diff options
author | Tony Luck <tony.luck@intel.com> | 2008-02-06 16:57:46 -0500 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2008-02-08 15:00:32 -0500 |
commit | ad9e39c70f46c5e17b1ed5912e8693454fec1455 (patch) | |
tree | 8066cb89bb969e4668825821fa883f6f9ad08ad8 /include/asm-ia64/unistd.h | |
parent | a4ffc0a0b240a29cbe489f6db9dae112a49ef1c1 (diff) |
[IA64] Wire up timerfd_{create,settime,gettime} syscalls
Add ia64 hooks for the new syscalls that were added in
commit 4d672e7ac79b5ec5cdc90e450823441e20464691
Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'include/asm-ia64/unistd.h')
-rw-r--r-- | include/asm-ia64/unistd.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/asm-ia64/unistd.h b/include/asm-ia64/unistd.h index 315f8de950a2..e60314716122 100644 --- a/include/asm-ia64/unistd.h +++ b/include/asm-ia64/unistd.h | |||
@@ -299,11 +299,14 @@ | |||
299 | #define __NR_signalfd 1307 | 299 | #define __NR_signalfd 1307 |
300 | #define __NR_timerfd 1308 | 300 | #define __NR_timerfd 1308 |
301 | #define __NR_eventfd 1309 | 301 | #define __NR_eventfd 1309 |
302 | #define __NR_timerfd_create 1310 | ||
303 | #define __NR_timerfd_settime 1311 | ||
304 | #define __NR_timerfd_gettime 1312 | ||
302 | 305 | ||
303 | #ifdef __KERNEL__ | 306 | #ifdef __KERNEL__ |
304 | 307 | ||
305 | 308 | ||
306 | #define NR_syscalls 286 /* length of syscall table */ | 309 | #define NR_syscalls 289 /* length of syscall table */ |
307 | 310 | ||
308 | /* | 311 | /* |
309 | * The following defines stop scripts/checksyscalls.sh from complaining about | 312 | * The following defines stop scripts/checksyscalls.sh from complaining about |