From 5c5ef3fbd6eb0b668139df3ff5eda67766e86dcd Mon Sep 17 00:00:00 2001 From: Drew Parsons Date: Fri, 6 Oct 2006 10:56:24 +1000 Subject: m68k support (thanks Geert Uytterhoeven for the inotify codes). --- src/inotify-syscalls.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/inotify-syscalls.h b/src/inotify-syscalls.h index 7c68bc6..296da90 100644 --- a/src/inotify-syscalls.h +++ b/src/inotify-syscalls.h @@ -57,6 +57,10 @@ # define __NR_inotify_add_watch 5244 # define __NR_inotify_rm_watch 5245 # endif +#elif defined (__mc68000__) +# define __NR_inotify_init 284 +# define __NR_inotify_add_watch 285 +# define __NR_inotify_rm_watch 286 #else # error "Unsupported architecture!" #endif -- cgit v1.2.3