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

#ifdef __NR_sys_epoll_wait
syscall(sys_epoll_wait,epoll_wait)
#endif