Loading...
include/getopt.h Libc-391 Libc-583
--- Libc/Libc-391/include/getopt.h
+++ Libc/Libc-583/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;