diff options
author | David Howells <dhowells@redhat.com> | 2008-02-20 18:11:44 +0000 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2008-02-20 19:58:16 -0800 |
commit | e80af3a8dbbbf431b2070cc760699f01c5a6ac69 (patch) | |
tree | 5af00db3ec205e1b0f11ccb38d946d237ec86c36 /include | |
parent | 2d0e2baa25966cff9bcd0a6e8204e676c2bc54e1 (diff) | |
download | blackbird-op-linux-e80af3a8dbbbf431b2070cc760699f01c5a6ac69.tar.gz blackbird-op-linux-e80af3a8dbbbf431b2070cc760699f01c5a6ac69.zip |
FRV: Change the timerfd syscalls to be the same as i386
Change the FRV timerfd syscalls to be the same as i386 timerfd syscalls.
Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-frv/unistd.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/asm-frv/unistd.h b/include/asm-frv/unistd.h index e8c986667532..f184eb8c047c 100644 --- a/include/asm-frv/unistd.h +++ b/include/asm-frv/unistd.h @@ -328,9 +328,11 @@ #define __NR_epoll_pwait 319 #define __NR_utimensat 320 #define __NR_signalfd 321 -/* #define __NR_timerfd 322 removed */ +#define __NR_timerfd_create 322 #define __NR_eventfd 323 #define __NR_fallocate 324 +#define __NR_timerfd_settime 325 +#define __NR_timerfd_gettime 326 #ifdef __KERNEL__ |