summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/dietlibc/syscalls.s/getdents.S
diff options
context:
space:
mode:
Diffstat (limited to 'mdk-stage1/dietlibc/syscalls.s/getdents.S')
-rw-r--r--mdk-stage1/dietlibc/syscalls.s/getdents.S3
1 files changed, 3 insertions, 0 deletions
diff --git a/mdk-stage1/dietlibc/syscalls.s/getdents.S b/mdk-stage1/dietlibc/syscalls.s/getdents.S
new file mode 100644
index 000000000..f476e939d
--- /dev/null
+++ b/mdk-stage1/dietlibc/syscalls.s/getdents.S
@@ -0,0 +1,3 @@
+#include "syscalls.h"
+
+syscall(getdents,getdents)