From e9c60da89a9c55b81b2dedcf6ee3d1aefb4ff591 Mon Sep 17 00:00:00 2001 From: "Zephaniah E. Hull" Date: Sun, 14 May 2006 11:55:50 +0000 Subject: Tweak credits and references. Change the longs to unsigned longs in the bitfields. Cleanup our includes. Stop pulling in asm/types.h and asm/bitops.h. Conditionally define the stuff that used to come from the above, including our own test_bit, set_bit and clear_bit. Change the longs to unsigned longs in the bitfields. Change the longs to unsigned longs in the bitfields. Use the bitop defines in evdev.h properly. Change the longs to unsigned longs in the bitfields. Change the longs to unsigned longs in the bitfields. Use the bitop defines in evdev.h properly. Change the longs to unsigned longs in the bitfields. Use the bitop defines in evdev.h properly. Add HPPA/HPPA64 entries. (Thanks to Fabio M. Di Nitto ) --- src/inotify-syscalls.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/inotify-syscalls.h') diff --git a/src/inotify-syscalls.h b/src/inotify-syscalls.h index 1431d46..c3a5051 100644 --- a/src/inotify-syscalls.h +++ b/src/inotify-syscalls.h @@ -39,6 +39,10 @@ # define __NR_inotify_init 290 # define __NR_inotify_add_watch 291 # define __NR_inotify_rm_watch 292 +#elif defined (__hppa__) || defined (__hppa64__) +# define __NR_inotify_init 269 +# define __NR_inotify_add_watch 270 +# define __NR_inotify_rm_watch 271 #else # error "Unsupported architecture!" #endif -- cgit v1.2.3