summaryrefslogtreecommitdiff
path: root/inotify-syscalls.h
diff options
context:
space:
mode:
Diffstat (limited to 'inotify-syscalls.h')
-rw-r--r--inotify-syscalls.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/inotify-syscalls.h b/inotify-syscalls.h
index 7a1627e..fe5268e 100644
--- a/inotify-syscalls.h
+++ b/inotify-syscalls.h
@@ -77,6 +77,10 @@
# define __NR_inotify_add_watch (__NR_Linux + 248)
# define __NR_inotify_rm_watch (__NR_Linux + 249)
# endif
+#elif defined (__m68k__)
+# define __NR_inotify_init 284
+# define __NR_inotify_add_watch 285
+# define __NR_inotify_rm_watch 286
#else
# error "inotify not supported on this architecture!"
#endif
isc: Remove MISC_DEVICES config option) removed CONFIG_MISC_DEVICES option, so remove the occurrences from the config files as well. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'arch/ia64/configs')