diff options
Diffstat (limited to 'include/asm-blackfin/unistd.h')
-rw-r--r-- | include/asm-blackfin/unistd.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/include/asm-blackfin/unistd.h b/include/asm-blackfin/unistd.h index 42955d0c439b..1e57b636e0bc 100644 --- a/include/asm-blackfin/unistd.h +++ b/include/asm-blackfin/unistd.h | |||
@@ -372,8 +372,14 @@ | |||
372 | #define __NR_semtimedop 357 | 372 | #define __NR_semtimedop 357 |
373 | #define __NR_timerfd_settime 358 | 373 | #define __NR_timerfd_settime 358 |
374 | #define __NR_timerfd_gettime 359 | 374 | #define __NR_timerfd_gettime 359 |
375 | #define __NR_signalfd4 360 | ||
376 | #define __NR_eventfd2 361 | ||
377 | #define __NR_epoll_create1 362 | ||
378 | #define __NR_dup3 363 | ||
379 | #define __NR_pipe2 364 | ||
380 | #define __NR_inotify_init1 365 | ||
375 | 381 | ||
376 | #define __NR_syscall 360 | 382 | #define __NR_syscall 366 |
377 | #define NR_syscalls __NR_syscall | 383 | #define NR_syscalls __NR_syscall |
378 | 384 | ||
379 | /* Old optional stuff no one actually uses */ | 385 | /* Old optional stuff no one actually uses */ |