X-Git-Url: http://git.jankratochvil.net/?p=gnokii.git;a=blobdiff_plain;f=getopt%2Fgetopt1.c;h=de8e2ad56748e9d510a91ac8a2e319b7489b382a;hp=a78fbf45834ef5ffc592b475c18c1559c77b635a;hb=0484268a27be1ab830d087847d830bc0ec734016;hpb=975a83d253eea8aa37bf3dfd7e026df3027db4ff diff --git a/getopt/getopt1.c b/getopt/getopt1.c index a78fbf4..de8e2ad 100644 --- a/getopt/getopt1.c +++ b/getopt/getopt1.c @@ -75,8 +75,6 @@ getopt_long (argc, argv, options, long_options, opt_index) but does match a short option, it is parsed as a short option instead. */ -#ifndef UCLINUX - int getopt_long_only (argc, argv, options, long_options, opt_index) int argc; @@ -88,8 +86,6 @@ getopt_long_only (argc, argv, options, long_options, opt_index) return _getopt_internal (argc, argv, options, long_options, opt_index, 1); } -#endif /* UCLINUX */ - #endif /* _LIBC or not __GNU_LIBRARY__. */