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