diff options
Diffstat (limited to 'src/unistd/optind.c')
-rw-r--r-- | src/unistd/optind.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/unistd/optind.c b/src/unistd/optind.c index a3438432..293d6d5f 100644 --- a/src/unistd/optind.c +++ b/src/unistd/optind.c @@ -1,5 +1,10 @@ +#if 0 + int optind; /* POSIX(2) */ + + +#endif |