diff options
Diffstat (limited to 'libc/arch-x86/syscalls/epoll_create.S')
| -rw-r--r-- | libc/arch-x86/syscalls/epoll_create.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/arch-x86/syscalls/epoll_create.S b/libc/arch-x86/syscalls/epoll_create.S index 010473a..061f173 100644 --- a/libc/arch-x86/syscalls/epoll_create.S +++ b/libc/arch-x86/syscalls/epoll_create.S @@ -1,7 +1,7 @@ /* autogenerated by gensyscalls.py */ #include <linux/err.h> #include <machine/asm.h> -#include <sys/linux-syscalls.h> +#include <asm/unistd.h> ENTRY(epoll_create) pushl %ebx |
