summaryrefslogtreecommitdiff
path: root/src/unistd/rmdir.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/unistd/rmdir.c')
-rw-r--r--src/unistd/rmdir.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/unistd/rmdir.c b/src/unistd/rmdir.c
deleted file mode 100644
index e9bfb849..00000000
--- a/src/unistd/rmdir.c
+++ /dev/null
@@ -1,14 +0,0 @@
-#if 0
-
-#include "_syscall.h"
-
-int rmdir(const char *path)
-{
- SYSCALL(rmdir, int, -1, path, 0, 0, 0, 0, 0);
-}
-/*
-POSIX(1)
-*/
-
-
-#endif