diff options
author | Bryan Wu <cooloney@kernel.org> | 2008-08-14 15:40:19 +0800 |
---|---|---|
committer | Bryan Wu <cooloney@kernel.org> | 2008-08-14 15:40:19 +0800 |
commit | a4b7b6d7d3f4f71e741a878bcca6226d8d326a34 (patch) | |
tree | 10cfc22168924efe8635061449b10aebf9687fa6 /include | |
parent | b42a9f442c6f9f47a9d63f66fcc67ab8efe7b7fa (diff) | |
download | op-kernel-dev-a4b7b6d7d3f4f71e741a878bcca6226d8d326a34.zip op-kernel-dev-a4b7b6d7d3f4f71e741a878bcca6226d8d326a34.tar.gz |
Blackfin arch: hook up some missing new system calls
Signed-off-by: Bryan Wu <cooloney@kernel.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-blackfin/unistd.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/include/asm-blackfin/unistd.h b/include/asm-blackfin/unistd.h index 42955d0..1e57b63 100644 --- a/include/asm-blackfin/unistd.h +++ b/include/asm-blackfin/unistd.h @@ -372,8 +372,14 @@ #define __NR_semtimedop 357 #define __NR_timerfd_settime 358 #define __NR_timerfd_gettime 359 +#define __NR_signalfd4 360 +#define __NR_eventfd2 361 +#define __NR_epoll_create1 362 +#define __NR_dup3 363 +#define __NR_pipe2 364 +#define __NR_inotify_init1 365 -#define __NR_syscall 360 +#define __NR_syscall 366 #define NR_syscalls __NR_syscall /* Old optional stuff no one actually uses */ |