X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/3d9156a7a519a5e3aa1b92e9d9d4b991f1aed7ff..refs/heads/master:/include/getopt.h diff --git a/include/getopt.h b/include/getopt.h index 490b92f..3247fe0 100644 --- a/include/getopt.h +++ b/include/getopt.h @@ -72,7 +72,7 @@ int getopt_long_only(int, char * const *, const char *, 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;