diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2007-01-20 18:38:25 +0100 |
---|---|---|
committer | Tobias Klauser <tklauser@xenon.tklauser.home> | 2007-01-20 18:38:25 +0100 |
commit | 23bc79d0376d166faeaf05b0433510d8fcc2febf (patch) | |
tree | f8c0c83e720347d6bb7c6f3e65e12450aa5f73be | |
parent | 91a7b57fa4e2d633563192d5c2b47f6042d2ea49 (diff) |
inotify-syscalls.h: Add syscall numbers for m68k
I should build on all of these now:
http://buildd.debian.org/pkg.cgi?pkg=inotail
-rw-r--r-- | inotify-syscalls.h | 4 |
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 |