diff options
Diffstat (limited to 'src/unistd/fchdir.c')
-rw-r--r-- | src/unistd/fchdir.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/unistd/fchdir.c b/src/unistd/fchdir.c deleted file mode 100644 index 3369aafb..00000000 --- a/src/unistd/fchdir.c +++ /dev/null @@ -1,16 +0,0 @@ -#if 0 - -#include <unistd.h> - -int fchdir(int fildes) -{ - return fildes; -} - -/* -XOPEN(400) -POSIX(200809) -*/ - - -#endif |