chiark / gitweb /
Fix inotify syscalls on ARM
authorRichard Purdie <rpurdie@rpsys.net>
Thu, 27 Jul 2006 08:53:11 +0000 (10:53 +0200)
committerKay Sievers <kay.sievers@suse.de>
Thu, 27 Jul 2006 08:53:11 +0000 (10:53 +0200)
commit353b00edbcd4da7a2758b50e1e4abf18ac2c6625
tree7e9cc2961dc379074135a690d0ef72ac4ab3029f
parentcdf18948639e56d2e3c71606c72e2f2d239c100b
Fix inotify syscalls on ARM

This patch fixes the inotify syscalls on ARM so they work. It uses
__NR_SYSCALL_BASE from the libc headers (via sys/syscall.h) as this
value depends on which ABI you're using and trying to work that out gets
complicated.

Signed-off-by: Richard Purdie <rpurdie@rpsys.net>
udev_libc_wrapper.h