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