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