X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=udev_sysdeps.h;h=d4f03686af3f0037eeb19d43c38b5cc9dec6caa9;hp=be97e57b1faca3c0de796ac0bfc106521167c334;hb=bc44071db2ea1f20d955e5f1310c8038e78abd73;hpb=27b77df44daebbd7597c572343105c16de099233 diff --git a/udev_sysdeps.h b/udev_sysdeps.h index be97e57b1..d4f03686a 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