]> git.saurik.com Git - apple/libc.git/blobdiff - include/getopt.h
Libc-498.1.7.tar.gz
[apple/libc.git] / include / getopt.h
index 490b92fd33b722918a5ce1365cba94a5dabe39fb..3247fe01f3e56e5c461c12a9869778f8ffe7aeeb 100644 (file)
@@ -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;