diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-alpha/unistd.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/include/asm-alpha/unistd.h b/include/asm-alpha/unistd.h index 296408dae77a..769a9ff1b65d 100644 --- a/include/asm-alpha/unistd.h +++ b/include/asm-alpha/unistd.h @@ -343,7 +343,13 @@ #define __NR_alloc_hugepages 403 #define __NR_free_hugepages 404 #define __NR_exit_group 405 -#define NR_SYSCALLS 406 +#define __NR_lookup_dcookie 406 +#define __NR_sys_epoll_create 407 +#define __NR_sys_epoll_ctl 408 +#define __NR_sys_epoll_wait 409 +#define __NR_remap_file_pages 410 +#define __NR_set_tid_address 411 +#define NR_SYSCALLS 412 #if defined(__GNUC__) |
