From defd162212de3789d2268a1f3339c2a6097fa825 Mon Sep 17 00:00:00 2001 From: David 'Digit' Turner Date: Sun, 26 Sep 2010 22:29:14 +0200 Subject: libc: add and corresponding implementations. Change-Id: Ide040884c456190226e580513099fdb8377e015b --- libc/include/sys/linux-syscalls.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libc/include/sys/linux-syscalls.h') diff --git a/libc/include/sys/linux-syscalls.h b/libc/include/sys/linux-syscalls.h index b90f20d..9702a7a 100644 --- a/libc/include/sys/linux-syscalls.h +++ b/libc/include/sys/linux-syscalls.h @@ -182,6 +182,7 @@ #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) +#define __NR_eventfd2 (__NR_SYSCALL_BASE + 356) #define __NR_ARM_set_tls (__NR_SYSCALL_BASE + 983045) #define __NR_ARM_cacheflush (__NR_SYSCALL_BASE + 983042) #endif @@ -225,6 +226,7 @@ #define __NR_inotify_init (__NR_SYSCALL_BASE + 291) #define __NR_inotify_add_watch (__NR_SYSCALL_BASE + 292) #define __NR_inotify_rm_watch (__NR_SYSCALL_BASE + 293) +#define __NR_eventfd2 (__NR_SYSCALL_BASE + 328) #endif #if defined(__SH3__) || defined(__SH4__) @@ -282,6 +284,7 @@ #define __NR_inotify_init (__NR_SYSCALL_BASE + 290) #define __NR_inotify_add_watch (__NR_SYSCALL_BASE + 291) #define __NR_inotify_rm_watch (__NR_SYSCALL_BASE + 292) +#define __NR_eventfd2 (__NR_SYSCALL_BASE + 328) #endif #endif -- cgit v1.1