diff options
Diffstat (limited to 'src/unistd/fpathconf.c')
-rw-r--r-- | src/unistd/fpathconf.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/unistd/fpathconf.c b/src/unistd/fpathconf.c index 79106666..bcd84116 100644 --- a/src/unistd/fpathconf.c +++ b/src/unistd/fpathconf.c @@ -1,3 +1,5 @@ +#if 0 + #include <sys/types.h> #include <unistd.h> @@ -9,3 +11,6 @@ long fpathconf(int fildes, int name) /* POSIX(1) */ + + +#endif |