mirror of
https://git.yoctoproject.org/poky
synced 2026-03-06 15:29:40 +01:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@555 311d38ba-8fff-0310-9ca6-ca027cbcb966
18 lines
720 B
Diff
18 lines
720 B
Diff
Index: udev-092/udev_libc_wrapper.h
|
|
===================================================================
|
|
--- udev-092.orig/udev_libc_wrapper.h 2006-07-26 21:55:06.000000000 +0100
|
|
+++ udev-092/udev_libc_wrapper.h 2006-07-26 21:55:37.000000000 +0100
|
|
@@ -58,9 +58,9 @@
|
|
# define __NR_inotify_add_watch 152
|
|
# define __NR_inotify_rm_watch 156
|
|
#elif defined (__arm__)
|
|
-# define __NR_inotify_init 316
|
|
-# define __NR_inotify_add_watch 317
|
|
-# define __NR_inotify_rm_watch 318
|
|
+# define __NR_inotify_init __NR_SYSCALL_BASE+316
|
|
+# define __NR_inotify_add_watch __NR_SYSCALL_BASE+317
|
|
+# define __NR_inotify_rm_watch __NR_SYSCALL_BASE+318
|
|
#elif defined (__sh__)
|
|
# define __NR_inotify_init 290
|
|
# define __NR_inotify_add_watch 291
|