r3847: mac changes
[ctsim.git] / getopt / getopt.h
index c5f98619b9a033d5fc4decebd39840598d0c064d..7d3eb3c384727be4e7b21b87ffe4c0389bee6ae7 100644 (file)
@@ -133,7 +133,7 @@ struct option
    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 ();
+  /* extern int getopt (); */
 # endif /* __GNU_LIBRARY__ */
 
 # ifndef __need_getopt