X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=lib%2Fgetopt.c;fp=lib%2Fgetopt.c;h=11e36eef815b83fa00f39035fabf2fed13f0016d;hb=dc02bf0d39a3ae0d90d9b7b0feb32c2cc7cdff86;hp=55375ccd40fb1df97ef82cba41226b87298aecdb;hpb=a8a88eddaa90432e6ec1b8d9d5c9842bc91afd1d;p=debian%2Fgzip diff --git a/lib/getopt.c b/lib/getopt.c index 55375cc..11e36ee 100644 --- a/lib/getopt.c +++ b/lib/getopt.c @@ -46,7 +46,7 @@ /* When used standalone, flockfile and funlockfile might not be available. */ # if (!defined _POSIX_THREAD_SAFE_FUNCTIONS \ - || ((defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__)) + || (defined _WIN32 && ! defined __CYGWIN__)) # define flockfile(fp) /* nop */ # define funlockfile(fp) /* nop */ # endif