Ticket #1: getopt.h-getopt.patch
File getopt.h-getopt.patch, 444 bytes (added by , 15 years ago) |
---|
-
getopt.h
144 144 errors, only prototype getopt for the GNU C library. */ 145 145 extern int getopt (int ___argc, char *const *___argv, const char *__shortopts); 146 146 # else /* not __GNU_LIBRARY__ */ 147 extern int getopt (); 147 /*extern int getopt ();*/ 148 148 # endif /* __GNU_LIBRARY__ */ 149 149 150 150 # ifndef __need_getopt