summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/dietlibc/syscalls.c/getdents.c
blob: be941b21eee9279cb52c87df25a32e93f373c8c7 (plain)
1
2
3
4
#include "syscalls.h"

_syscall3(int, getdents, unsigned int, fd, void *, dirp, unsigned int, count);