summaryrefslogtreecommitdiff
path: root/src/unistd/fchown.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/unistd/fchown.c')
-rw-r--r--src/unistd/fchown.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/unistd/fchown.c b/src/unistd/fchown.c
deleted file mode 100644
index 00e13458..00000000
--- a/src/unistd/fchown.c
+++ /dev/null
@@ -1,16 +0,0 @@
-#if 0
-
-#include <unistd.h>
-
-int fchown(int fildes, uid_t owner, gid_t group)
-{
- return fildes;
-}
-
-/*
-XOPEN(400)
-POSIX(200112)
-*/
-
-
-#endif