diff options
| author | David 'Digit' Turner <digit@google.com> | 2010-09-26 22:29:14 +0200 |
|---|---|---|
| committer | David 'Digit' Turner <digit@google.com> | 2010-09-28 09:20:37 +0200 |
| commit | defd162212de3789d2268a1f3339c2a6097fa825 (patch) | |
| tree | 35242a10fe8453224718e9da6db3b44f58d8aa15 /libc/include/sys/linux-syscalls.h | |
| parent | 9973a564222b842eb7497fd6e659fe8c8c49e2b3 (diff) | |
| download | bionic-defd162212de3789d2268a1f3339c2a6097fa825.zip bionic-defd162212de3789d2268a1f3339c2a6097fa825.tar.gz bionic-defd162212de3789d2268a1f3339c2a6097fa825.tar.bz2 | |
libc: add <sys/eventfd.h> and corresponding implementations.
Change-Id: Ide040884c456190226e580513099fdb8377e015b
Diffstat (limited to 'libc/include/sys/linux-syscalls.h')
| -rw-r--r-- | libc/include/sys/linux-syscalls.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
