summaryrefslogtreecommitdiffstats
path: root/libc/SYSCALLS.TXT
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@google.com>2010-09-26 22:29:14 +0200
committerDavid 'Digit' Turner <digit@google.com>2010-09-28 09:20:37 +0200
commitdefd162212de3789d2268a1f3339c2a6097fa825 (patch)
tree35242a10fe8453224718e9da6db3b44f58d8aa15 /libc/SYSCALLS.TXT
parent9973a564222b842eb7497fd6e659fe8c8c49e2b3 (diff)
downloadbionic-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/SYSCALLS.TXT')
-rw-r--r--libc/SYSCALLS.TXT2
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/SYSCALLS.TXT b/libc/SYSCALLS.TXT
index 935639e..0850b82 100644
--- a/libc/SYSCALLS.TXT
+++ b/libc/SYSCALLS.TXT
@@ -259,6 +259,8 @@ int inotify_rm_watch(int, unsigned int) 318,293,292
int poll(struct pollfd *, unsigned int, long) 168
+int eventfd:eventfd2(unsigned int, int) 356,328
+
# ARM-specific ARM_NR_BASE == 0x0f0000 == 983040
int __set_tls:ARM_set_tls(void*) 983045,-1
int cacheflush:ARM_cacheflush(long start, long end, long flags) 983042,-1