File:  [DVB] / dietlibc / syscalls.s / epoll_create.S
Revision 1.2: download - view: text, annotated - select for diffs
Sat Apr 12 15:19:01 2003 UTC (21 years, 1 month ago) by leitner
Branches: MAIN
CVS tags: HEAD
the epoll syscalls were renamed, follow the new naming
add a couple of new 2.5 syscalls

#include "syscalls.h"

#ifdef __NR_epoll_create
syscall(epoll_create,epoll_create)
#endif

LinuxTV legacy CVS <linuxtv.org/cvs>