We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
__progname
1 parent b458304 commit d61f81aCopy full SHA for d61f81a
1 file changed
winsup/cygwin/dcrt0.cc
@@ -964,6 +964,7 @@ dll_crt0_1 (void *)
964
/* Disable case-insensitive globbing */
965
ignore_case_with_glob = false;
966
967
+ extern char *__progname;
968
cygbench (__progname);
969
970
ld_preload ();
0 commit comments