diff options
author | David Howells <dhowells@redhat.com> | 2008-07-31 13:01:30 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-08-01 13:03:48 -0700 |
commit | 02c363808981b67e631fe71cc7e952497f761bef (patch) | |
tree | 822220f4f694e8d09732d45038cf4b3caeba4cb6 /include/asm-mn10300 | |
parent | 3ab36ab68531ad90648fdeedcaf437f121572ede (diff) | |
download | linux-3.10-02c363808981b67e631fe71cc7e952497f761bef.tar.gz linux-3.10-02c363808981b67e631fe71cc7e952497f761bef.tar.bz2 linux-3.10-02c363808981b67e631fe71cc7e952497f761bef.zip |
MN10300: Wire up new system calls
Wire up system calls added in the last merge window for the MN10300 arch.
Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/asm-mn10300')
-rw-r--r-- | include/asm-mn10300/unistd.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-mn10300/unistd.h b/include/asm-mn10300/unistd.h index 3721aa9e195..543a4f98695 100644 --- a/include/asm-mn10300/unistd.h +++ b/include/asm-mn10300/unistd.h @@ -338,6 +338,12 @@ #define __NR_fallocate 325 #define __NR_timerfd_settime 326 #define __NR_timerfd_gettime 327 +#define __NR_signalfd4 328 +#define __NR_eventfd2 329 +#define __NR_epoll_create1 330 +#define __NR_dup3 331 +#define __NR_pipe2 332 +#define __NR_inotify_init1 333 #ifdef __KERNEL__ |