diff options
Diffstat (limited to 'include/asm-cris/unistd.h')
-rw-r--r-- | include/asm-cris/unistd.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/asm-cris/unistd.h b/include/asm-cris/unistd.h index bd57a7949170..007cb16a6b5b 100644 --- a/include/asm-cris/unistd.h +++ b/include/asm-cris/unistd.h | |||
@@ -326,9 +326,11 @@ | |||
326 | #define __NR_epoll_pwait 319 | 326 | #define __NR_epoll_pwait 319 |
327 | #define __NR_utimensat 320 | 327 | #define __NR_utimensat 320 |
328 | #define __NR_signalfd 321 | 328 | #define __NR_signalfd 321 |
329 | #define __NR_timerfd 322 | 329 | #define __NR_timerfd_create 322 |
330 | #define __NR_eventfd 323 | 330 | #define __NR_eventfd 323 |
331 | #define __NR_fallocate 324 | 331 | #define __NR_fallocate 324 |
332 | #define __NR_timerfd_settime 315 | ||
333 | #define __NR_timerfd_gettime 316 | ||
332 | 334 | ||
333 | #ifdef __KERNEL__ | 335 | #ifdef __KERNEL__ |
334 | 336 | ||