summaryrefslogtreecommitdiffstats
path: root/include/asm-ia64/unistd.h
diff options
context:
space:
mode:
authorRobert Love <rml@novell.com>2005-07-27 17:58:00 +0200
committerTony Luck <tony.luck@intel.com>2005-07-27 19:46:12 +0200
commitd108919b2b5c064946c9bd30cbd4761d491cddb0 (patch)
treebcb902d8b1c6fa3d5311d0a0e4b8520e3ec8b721 /include/asm-ia64/unistd.h
parentAuto merge with /home/aegl/GIT/linus (diff)
downloadlinux-d108919b2b5c064946c9bd30cbd4761d491cddb0.tar.xz
linux-d108919b2b5c064946c9bd30cbd4761d491cddb0.zip
[IA64] inotify: ia64 syscalls.
Attached patch adds the inotify syscalls to ia64. Signed-off-by: Robert Love <rml@novell.com> Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'include/asm-ia64/unistd.h')
-rw-r--r--include/asm-ia64/unistd.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-ia64/unistd.h b/include/asm-ia64/unistd.h
index 517f1649ee64..3a0c69524656 100644
--- a/include/asm-ia64/unistd.h
+++ b/include/asm-ia64/unistd.h
@@ -266,6 +266,9 @@
#define __NR_ioprio_set 1274
#define __NR_ioprio_get 1275
#define __NR_set_zone_reclaim 1276
+#define __NR_inotify_init 1277
+#define __NR_inotify_add_watch 1278
+#define __NR_inotify_rm_watch 1279
#ifdef __KERNEL__