diff options
Diffstat (limited to 'src/unistd/optind.c')
| -rw-r--r-- | src/unistd/optind.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/unistd/optind.c b/src/unistd/optind.c new file mode 100644 index 00000000..8cd6e14b --- /dev/null +++ b/src/unistd/optind.c @@ -0,0 +1,6 @@ +#include <unistd.h> +int optind; +/* +POSIX(2) +*/ + |
