AVR32: Wire up sys_epoll_pwait
Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
This commit is contained in:
parent
168c8fa32f
commit
bbfd2bf902
3 changed files with 12 additions and 1 deletions
|
|
@ -280,9 +280,10 @@
|
|||
#define __NR_sync_file_range 262
|
||||
#define __NR_tee 263
|
||||
#define __NR_vmsplice 264
|
||||
#define __NR_epoll_pwait 265
|
||||
|
||||
#ifdef __KERNEL__
|
||||
#define NR_syscalls 265
|
||||
#define NR_syscalls 266
|
||||
|
||||
|
||||
#define __ARCH_WANT_IPC_PARSE_VERSION
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue