1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-12-24 21:34:08 +03:00

inotify syscall definitions for M32R

This commit is contained in:
Kazuhiro Inaoka 2006-12-06 15:01:30 +01:00 committed by Kay Sievers
parent eb8b496e89
commit 768cd81b7d

View File

@ -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