diff options
author | David S. Miller <davem@sunset.davemloft.net> | 2007-05-12 01:06:51 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-05-12 01:06:51 -0400 |
commit | 8354c5b72636e5321e9b16dae1da1445506f6af6 (patch) | |
tree | 16d68e80a5466db3a95dbf5d125196d98d585669 /include/asm-sparc/unistd.h | |
parent | d037e0532e7dbb5a7936cbc6747206d2352f2974 (diff) |
[SPARC]: Wire up signalfd/timerfd/eventfd syscalls.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/asm-sparc/unistd.h')
-rw-r--r-- | include/asm-sparc/unistd.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/asm-sparc/unistd.h b/include/asm-sparc/unistd.h index da9bdc5e5526..64471bcd96f9 100644 --- a/include/asm-sparc/unistd.h +++ b/include/asm-sparc/unistd.h | |||
@@ -327,8 +327,11 @@ | |||
327 | #define __NR_getcpu 308 | 327 | #define __NR_getcpu 308 |
328 | #define __NR_epoll_pwait 309 | 328 | #define __NR_epoll_pwait 309 |
329 | #define __NR_utimensat 310 | 329 | #define __NR_utimensat 310 |
330 | #define __NR_signalfd 311 | ||
331 | #define __NR_timerfd 312 | ||
332 | #define __NR_eventfd 313 | ||
330 | 333 | ||
331 | #define NR_SYSCALLS 311 | 334 | #define NR_SYSCALLS 314 |
332 | 335 | ||
333 | #ifdef __KERNEL__ | 336 | #ifdef __KERNEL__ |
334 | #define __ARCH_WANT_IPC_PARSE_VERSION | 337 | #define __ARCH_WANT_IPC_PARSE_VERSION |