diff options
Diffstat (limited to 'src/unistd/getcwd.c')
-rw-r--r-- | src/unistd/getcwd.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/unistd/getcwd.c b/src/unistd/getcwd.c index d6e65228..f3fb8757 100644 --- a/src/unistd/getcwd.c +++ b/src/unistd/getcwd.c @@ -1,3 +1,5 @@ +#if 0 + #include <sys/types.h> #include <unistd.h> #include "_assert.h" @@ -11,3 +13,6 @@ char * getcwd(char *buf, size_t size) /* POSIX(1) */ + + +#endif |