aboutsummaryrefslogtreecommitdiff
path: root/src/inotify-syscalls.h
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2006-11-02 03:42:13 +0200
committerDaniel Stone <daniels@endtroducing.fooishbar.org>2006-11-02 03:42:13 +0200
commit1a8cea3dc4d8336b61a071a52479e71d7dd619d4 (patch)
tree1d450eabd04862122d4675d43e36da6fbc24d94c /src/inotify-syscalls.h
parentremove XFree86LOADER usage (diff)
parentBump to 1.1.3 (diff)
downloadxf86-input-evdev-1a8cea3dc4d8336b61a071a52479e71d7dd619d4.tar.gz
xf86-input-evdev-1a8cea3dc4d8336b61a071a52479e71d7dd619d4.tar.bz2
xf86-input-evdev-1a8cea3dc4d8336b61a071a52479e71d7dd619d4.zip
Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/driver/xf86-input-evdev
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 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