mirror of
https://github.com/X11Libre/xf86-input-evdev.git
synced 2026-03-25 10:19:22 +00:00
m68k support (thanks Geert Uytterhoeven for the inotify codes).
This commit is contained in:
@@ -57,6 +57,10 @@
|
||||
# define __NR_inotify_add_watch 5244
|
||||
# define __NR_inotify_rm_watch 5245
|
||||
# endif
|
||||
#elif defined (__mc68000__)
|
||||
# define __NR_inotify_init 284
|
||||
# define __NR_inotify_add_watch 285
|
||||
# define __NR_inotify_rm_watch 286
|
||||
#else
|
||||
# error "Unsupported architecture!"
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user