Loading...
--- Libc/Libc-391.5.21/include/getopt.h
+++ Libc/Libc-1272.200.26/include/getopt.h
@@ -72,7 +72,7 @@
 	const struct option *, int *);
 #ifndef _GETOPT
 #define	_GETOPT
-int	 getopt(int, char * const [], const char *);
+int	 getopt(int, char * const [], const char *) __DARWIN_ALIAS(getopt);
 
 extern char *optarg;			/* getopt(3) external variables */
 extern int optind, opterr, optopt;