summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/gzip/getopt.h
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/gzip/getopt.h')
-rw-r--r--gnu/usr.bin/gzip/getopt.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu/usr.bin/gzip/getopt.h b/gnu/usr.bin/gzip/getopt.h
index 764f2f4..bd3b8e4 100644
--- a/gnu/usr.bin/gzip/getopt.h
+++ b/gnu/usr.bin/gzip/getopt.h
@@ -99,8 +99,6 @@ enum _argtype
differences in the consts, in stdlib.h. To avoid compilation
errors, only prototype getopt for the GNU C library. */
extern int getopt (int argc, char *const *argv, const char *shortopts);
-#else /* not __GNU_LIBRARY__ */
-extern int getopt ();
#endif /* not __GNU_LIBRARY__ */
extern int getopt_long (int argc, char *const *argv, const char *shortopts,
const struct option *longopts, int *longind);
OpenPOWER on IntegriCloud