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