summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/dietlibc/syscalls.s/getdents64.S
blob: 691d8f650c1a51175642508c8b35ad40ff9e7cac (plain)
1
2
3
4
5
6
#include "dietfeatures.h"
#include "syscalls.h"

#ifdef __NR_getdents64
syscall(getdents64,getdents64)
#endif