summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/dietlibc/syscalls.c/getdents.c
diff options
context:
space:
mode:
Diffstat (limited to 'mdk-stage1/dietlibc/syscalls.c/getdents.c')
-rw-r--r--mdk-stage1/dietlibc/syscalls.c/getdents.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/mdk-stage1/dietlibc/syscalls.c/getdents.c b/mdk-stage1/dietlibc/syscalls.c/getdents.c
deleted file mode 100644
index be941b21e..000000000
--- a/mdk-stage1/dietlibc/syscalls.c/getdents.c
+++ /dev/null
@@ -1,4 +0,0 @@
-#include "syscalls.h"
-
-_syscall3(int, getdents, unsigned int, fd, void *, dirp, unsigned int, count);
-