diff options
-rw-r--r-- | libc/unistd/getopt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/unistd/getopt.c b/libc/unistd/getopt.c index 1721a2ae7..d2020fe03 100644 --- a/libc/unistd/getopt.c +++ b/libc/unistd/getopt.c @@ -1180,6 +1180,7 @@ getopt (int argc, char *const *argv, const char *optstring) (int *) 0, 0); } +libc_hidden_def(getopt) int getopt_long (int argc, char *const *argv, const char *options, |