diff options
Diffstat (limited to 'src/unistd/getopt.c')
-rw-r--r-- | src/unistd/getopt.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/unistd/getopt.c b/src/unistd/getopt.c index 2f68f647..04348c7b 100644 --- a/src/unistd/getopt.c +++ b/src/unistd/getopt.c @@ -1,3 +1,5 @@ +#if 0 + #include <sys/types.h> #include <string.h> #include <stdio.h> @@ -81,3 +83,6 @@ int getopt(int argc, char * const argv[], const char *optstring) /* POSIX(2) */ + + +#endif |