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

#ifdef __NR_getdents64
syscall(getdents64,getdents64)
#endif