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=36c86f3356f6d3ffa53c5143509aa9bce567dd24;hb=e0c0807ab32fde7f55776e0a300016bad922e636;hpb=3a020a85da768808a03f1574b001d1d06d55ae07 diff --git a/udev_sysdeps.h b/udev_sysdeps.h index 36c86f335..d4f03686a 100644 --- a/udev_sysdeps.h +++ b/udev_sysdeps.h @@ -1,5 +1,5 @@ /* - * udev_sysdeps.h - wrapping of libc features and kernel defines + * wrapping of libc features and kernel interfaces * * Copyright (C) 2005-2006 Kay Sievers * @@ -14,7 +14,7 @@ * * You should have received a copy of the GNU General Public License along * with this program; if not, write to the Free Software Foundation, Inc., - * 675 Mass Ave, Cambridge, MA 02139, USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * */ @@ -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