aboutsummaryrefslogtreecommitdiff
path: root/src/inotify-syscalls.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/inotify-syscalls.h')
-rw-r--r--src/inotify-syscalls.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/inotify-syscalls.h b/src/inotify-syscalls.h
index 1431d46..c3a5051 100644
--- a/src/inotify-syscalls.h
+++ b/src/inotify-syscalls.h
@@ -39,6 +39,10 @@
# define __NR_inotify_init 290
# define __NR_inotify_add_watch 291
# define __NR_inotify_rm_watch 292
+#elif defined (__hppa__) || defined (__hppa64__)
+# define __NR_inotify_init 269
+# define __NR_inotify_add_watch 270
+# define __NR_inotify_rm_watch 271
#else
# error "Unsupported architecture!"
#endif