X-Git-Url: https://git.jankratochvil.net/?p=gnokii.git;a=blobdiff_plain;f=getopt%2Fgetopt.c;h=7b4f938491265c6314d071b78f2c5acd3abe62fb;hp=01a8184d01dc933d47becc57d92795176f68c38c;hb=0484268a27be1ab830d087847d830bc0ec734016;hpb=975a83d253eea8aa37bf3dfd7e026df3027db4ff diff --git a/getopt/getopt.c b/getopt/getopt.c index 01a8184..7b4f938 100644 --- a/getopt/getopt.c +++ b/getopt/getopt.c @@ -121,9 +121,6 @@ int opterr = 1; This must be initialized on some systems to avoid linking in the system's own getopt implementation. */ -#ifdef UCLINUX -static -#endif /* UCLINUX */ int optopt = '?'; /* Describe how to deal with options that follow non-option ARGV-elements. @@ -669,8 +666,6 @@ _getopt_internal (argc, argv, optstring, longopts, longind, long_only) } } -#ifndef UCLINUX - int getopt (argc, argv, optstring) int argc; @@ -683,8 +678,6 @@ getopt (argc, argv, optstring) 0); } -#endif /* UCLINUX */ - #endif /* _LIBC or not __GNU_LIBRARY__. */ #ifdef TEST