diff options
Diffstat (limited to 'src/unistd')
| -rw-r--r-- | src/unistd/optopt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unistd/optopt.c b/src/unistd/optopt.c index 673316d5..7ab8471c 100644 --- a/src/unistd/optopt.c +++ b/src/unistd/optopt.c @@ -1,5 +1,5 @@ #include <unistd.h> -int optopt = 0; +int optopt; /* POSIX(2) */ |
