diff options
-rw-r--r-- | include/bsd/unistd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/bsd/unistd.h b/include/bsd/unistd.h index edb0ec5..b6f070a 100644 --- a/include/bsd/unistd.h +++ b/include/bsd/unistd.h @@ -49,7 +49,7 @@ extern int optreset; #define getopt(argc, argv, optstr) bsd_getopt(argc, argv, optstr) #endif -int bsd_getopt(int argc, char * const argv[], const char *shortopts) +int bsd_getopt(int argc, char * const argv[], const char *shortopts); mode_t getmode(const void *set, mode_t mode); void *setmode(const char *mode_str); |