summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKazuhiro Inaoka <inaoka.kazuhiro@renesas.com>2006-12-06 15:01:30 +0100
committerKay Sievers <kay.sievers@vrfy.org>2006-12-06 15:01:30 +0100
commit768cd81b7db0737240c759f59edd6d3399e1707a (patch)
tree13fa526afe1e74312cf8b5537a828845649f7ff4
parenteb8b496e890de4ba347f78f0e7e978117ab2a479 (diff)
inotify syscall definitions for M32R
-rw-r--r--udev_sysdeps.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/udev_sysdeps.h b/udev_sysdeps.h
index be97e57b1f..d4f03686af 100644
--- a/udev_sysdeps.h
+++ b/udev_sysdeps.h
@@ -64,6 +64,10 @@
# define __NR_inotify_init 290
# define __NR_inotify_add_watch 291
# define __NR_inotify_rm_watch 292
+#elif defined (__m32r__)
+# define __NR_inotify_init 290
+# define __NR_inotify_add_watch 291
+# define __NR_inotify_rm_watch 292
#elif defined (__hppa__)
# define __NR_inotify_init 269
# define __NR_inotify_add_watch 270