m68k support (thanks Geert Uytterhoeven for the inotify codes).

master
Drew Parsons 20 years ago
parent a96b048e56
commit 5c5ef3fbd6
  1. 4
      src/inotify-syscalls.h

@ -57,6 +57,10 @@
# define __NR_inotify_add_watch 5244 # define __NR_inotify_add_watch 5244
# define __NR_inotify_rm_watch 5245 # define __NR_inotify_rm_watch 5245
# endif # endif
#elif defined (__mc68000__)
# define __NR_inotify_init 284
# define __NR_inotify_add_watch 285
# define __NR_inotify_rm_watch 286
#else #else
# error "Unsupported architecture!" # error "Unsupported architecture!"
#endif #endif

Loading…
Cancel
Save