summaryrefslogtreecommitdiff
path: root/include/asm-x86/unistd_32.h
diff options
context:
space:
mode:
authorDmitry Torokhov <dmitry.torokhov@gmail.com>2008-08-09 00:21:02 +0400
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2008-08-09 00:21:02 +0400
commite4ddcb0a6bf04d53ce77b4eb87bbbb32c4261d11 (patch)
treed27d2fea50a384d97aa2d0cf5c8657c916f761d4 /include/asm-x86/unistd_32.h
parentf2afa7711f8585ffc088ba538b9a510e0d5dca12 (diff)
parent6e86841d05f371b5b9b86ce76c02aaee83352298 (diff)
downloadlinux-e4ddcb0a6bf04d53ce77b4eb87bbbb32c4261d11.tar.xz
Merge commit 'v2.6.27-rc1' into for-linus
Diffstat (limited to 'include/asm-x86/unistd_32.h')
-rw-r--r--include/asm-x86/unistd_32.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-x86/unistd_32.h b/include/asm-x86/unistd_32.h
index 8317d94771d3..d7394673b772 100644
--- a/include/asm-x86/unistd_32.h
+++ b/include/asm-x86/unistd_32.h
@@ -332,6 +332,12 @@
#define __NR_fallocate 324
#define __NR_timerfd_settime 325
#define __NR_timerfd_gettime 326
+#define __NR_signalfd4 327
+#define __NR_eventfd2 328
+#define __NR_epoll_create1 329
+#define __NR_dup3 330
+#define __NR_pipe2 331
+#define __NR_inotify_init1 332
#ifdef __KERNEL__