chiark / gitweb /
inotify syscall definitions for M32R
authorKazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
Wed, 6 Dec 2006 14:01:30 +0000 (15:01 +0100)
committerKay Sievers <kay.sievers@vrfy.org>
Wed, 6 Dec 2006 14:01:30 +0000 (15:01 +0100)
udev_sysdeps.h

index be97e57b1faca3c0de796ac0bfc106521167c334..d4f03686af3f0037eeb19d43c38b5cc9dec6caa9 100644 (file)
 # define __NR_inotify_init     290
 # define __NR_inotify_add_watch        291
 # define __NR_inotify_rm_watch 292
 # 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
 #elif defined (__hppa__)
 # define __NR_inotify_init      269
 # define __NR_inotify_add_watch 270