diff options
Diffstat (limited to 'include/asm-mn10300')
-rw-r--r-- | include/asm-mn10300/unistd.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-mn10300/unistd.h b/include/asm-mn10300/unistd.h index 3721aa9e195d..543a4f98695d 100644 --- a/include/asm-mn10300/unistd.h +++ b/include/asm-mn10300/unistd.h | |||
@@ -338,6 +338,12 @@ | |||
338 | #define __NR_fallocate 325 | 338 | #define __NR_fallocate 325 |
339 | #define __NR_timerfd_settime 326 | 339 | #define __NR_timerfd_settime 326 |
340 | #define __NR_timerfd_gettime 327 | 340 | #define __NR_timerfd_gettime 327 |
341 | #define __NR_signalfd4 328 | ||
342 | #define __NR_eventfd2 329 | ||
343 | #define __NR_epoll_create1 330 | ||
344 | #define __NR_dup3 331 | ||
345 | #define __NR_pipe2 332 | ||
346 | #define __NR_inotify_init1 333 | ||
341 | 347 | ||
342 | #ifdef __KERNEL__ | 348 | #ifdef __KERNEL__ |
343 | 349 | ||