diff options
author | Paul Mundt <lethal@linux-sh.org> | 2008-02-07 05:05:13 +0100 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-02-14 06:22:08 +0100 |
commit | 5d0e146493a3306b931338ac030bc7a8de40c066 (patch) | |
tree | 08ee197b46b2cc27a4ea8a5e37a30d7933e9f26c /include/asm-sh/unistd_64.h | |
parent | maple: Drop unused prototypes from linux/maple.h. (diff) | |
download | linux-5d0e146493a3306b931338ac030bc7a8de40c066.tar.xz linux-5d0e146493a3306b931338ac030bc7a8de40c066.zip |
sh: Wire up new timerfd syscalls.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'include/asm-sh/unistd_64.h')
-rw-r--r-- | include/asm-sh/unistd_64.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/asm-sh/unistd_64.h b/include/asm-sh/unistd_64.h index 108d2ba897fe..9d21eab52427 100644 --- a/include/asm-sh/unistd_64.h +++ b/include/asm-sh/unistd_64.h @@ -90,7 +90,7 @@ #define __NR_sigpending 73 #define __NR_sethostname 74 #define __NR_setrlimit 75 -#define __NR_getrlimit 76 /* Back compatible 2Gig limited rlimit */ +#define __NR_getrlimit 76 /* Back compatible 2Gig limited rlimit */ #define __NR_getrusage 77 #define __NR_gettimeofday 78 #define __NR_settimeofday 79 @@ -370,9 +370,11 @@ #define __NR_epoll_pwait 347 #define __NR_utimensat 348 #define __NR_signalfd 349 -/* #define __NR_timerfd 350 removed */ +#define __NR_timerfd_create 350 #define __NR_eventfd 351 #define __NR_fallocate 352 +#define __NR_timerfd_settime 353 +#define __NR_timerfd_gettime 354 #ifdef __KERNEL__ |