diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2008-02-11 11:38:40 +1100 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2008-02-14 22:11:01 +1100 |
commit | fb8642db19d57361be671a30d3f13defaf6b6cff (patch) | |
tree | 0b3620291663dbf4d69d9af080e628ab32ab1889 /include/asm-powerpc/unistd.h | |
parent | ea24608f02dbdfd83c77749445df58616a18a770 (diff) |
[POWERPC] Wire up new timerfd syscalls
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'include/asm-powerpc/unistd.h')
-rw-r--r-- | include/asm-powerpc/unistd.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/asm-powerpc/unistd.h b/include/asm-powerpc/unistd.h index fedc4b8e49e2..ce91bb662063 100644 --- a/include/asm-powerpc/unistd.h +++ b/include/asm-powerpc/unistd.h @@ -328,15 +328,17 @@ #define __NR_epoll_pwait 303 #define __NR_utimensat 304 #define __NR_signalfd 305 -#define __NR_timerfd 306 +#define __NR_timerfd_create 306 #define __NR_eventfd 307 #define __NR_sync_file_range2 308 #define __NR_fallocate 309 #define __NR_subpage_prot 310 +#define __NR_timerfd_settime 311 +#define __NR_timerfd_gettime 312 #ifdef __KERNEL__ -#define __NR_syscalls 311 +#define __NR_syscalls 313 #define __NR__exit __NR_exit #define NR_syscalls __NR_syscalls |