diff options
author | David S. Miller <davem@davemloft.net> | 2008-02-06 02:40:40 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-02-06 13:12:23 +0100 |
commit | 3db1d97a8109db0a6c2b5cfbb7877990e548ee54 (patch) | |
tree | 1db8de5fb4a2707be55bc1f1ee6c5f58ef463fe4 /include/asm-sparc64/unistd.h | |
parent | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 (diff) | |
download | linux-3db1d97a8109db0a6c2b5cfbb7877990e548ee54.tar.xz linux-3db1d97a8109db0a6c2b5cfbb7877990e548ee54.zip |
[SPARC]: Add new timerfd syscall entries.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/asm-sparc64/unistd.h')
-rw-r--r-- | include/asm-sparc64/unistd.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/asm-sparc64/unistd.h b/include/asm-sparc64/unistd.h index cb751b4d0f56..77559da0ea3f 100644 --- a/include/asm-sparc64/unistd.h +++ b/include/asm-sparc64/unistd.h @@ -329,11 +329,13 @@ #define __NR_epoll_pwait 309 #define __NR_utimensat 310 #define __NR_signalfd 311 -#define __NR_timerfd 312 +#define __NR_timerfd_create 312 #define __NR_eventfd 313 #define __NR_fallocate 314 +#define __NR_timerfd_settime 315 +#define __NR_timerfd_gettime 316 -#define NR_SYSCALLS 315 +#define NR_SYSCALLS 317 #ifdef __KERNEL__ /* sysconf options, for SunOS compatibility */ |