summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/dietlibc/syscalls.c/fchmod.c
diff options
context:
space:
mode:
Diffstat (limited to 'mdk-stage1/dietlibc/syscalls.c/fchmod.c')
-rw-r--r--mdk-stage1/dietlibc/syscalls.c/fchmod.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/mdk-stage1/dietlibc/syscalls.c/fchmod.c b/mdk-stage1/dietlibc/syscalls.c/fchmod.c
deleted file mode 100644
index 09e52b6c7..000000000
--- a/mdk-stage1/dietlibc/syscalls.c/fchmod.c
+++ /dev/null
@@ -1,5 +0,0 @@
-#include <linux/types.h>
-#include "syscalls.h"
-
-_syscall2(int,fchmod,int,filedes,mode_t,mode)
-