X-Git-Url: https://git.jankratochvil.net/?p=gnokii.git;a=blobdiff_plain;f=getopt%2Fgetopt1.c;h=a78fbf45834ef5ffc592b475c18c1559c77b635a;hp=de8e2ad56748e9d510a91ac8a2e319b7489b382a;hb=c7dcdfd34d2bed9cc64c5c9603e51ef8c8271951;hpb=833e1c7c90e13ceaba3dde8e7a36fcc8dfb1db3c diff --git a/getopt/getopt1.c b/getopt/getopt1.c index de8e2ad..a78fbf4 100644 --- a/getopt/getopt1.c +++ b/getopt/getopt1.c @@ -75,6 +75,8 @@ 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; @@ -86,6 +88,8 @@ 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__. */