diff options
Diffstat (limited to 'src/unistd/confstr.c')
-rw-r--r-- | src/unistd/confstr.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/unistd/confstr.c b/src/unistd/confstr.c index e1f9e17f..99320b6b 100644 --- a/src/unistd/confstr.c +++ b/src/unistd/confstr.c @@ -1,3 +1,5 @@ +#if 0 + #include <sys/types.h> #include <unistd.h> #include <errno.h> @@ -34,3 +36,6 @@ size_t confstr(int name, char *buf, size_t len) /* POSIX(2) */ + + +#endif |