summaryrefslogtreecommitdiff
path: root/src/unistd/fchdir.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/unistd/fchdir.c')
-rw-r--r--src/unistd/fchdir.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/unistd/fchdir.c b/src/unistd/fchdir.c
index 433b9a7c..3369aafb 100644
--- a/src/unistd/fchdir.c
+++ b/src/unistd/fchdir.c
@@ -1,3 +1,5 @@
+#if 0
+
#include <unistd.h>
int fchdir(int fildes)
@@ -9,3 +11,6 @@ int fchdir(int fildes)
XOPEN(400)
POSIX(200809)
*/
+
+
+#endif