summaryrefslogtreecommitdiff
path: root/udev_sysdeps.h
diff options
context:
space:
mode:
Diffstat (limited to 'udev_sysdeps.h')
-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