summaryrefslogtreecommitdiffstats
path: root/libc/arch-x86/syscalls.mk
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/arch-x86/syscalls.mk
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/arch-x86/syscalls.mk')
-rw-r--r--libc/arch-x86/syscalls.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/arch-x86/syscalls.mk b/libc/arch-x86/syscalls.mk
index 133f286..420a91e 100644
--- a/libc/arch-x86/syscalls.mk
+++ b/libc/arch-x86/syscalls.mk
@@ -175,3 +175,4 @@ syscall_src += arch-x86/syscalls/inotify_init.S
syscall_src += arch-x86/syscalls/inotify_add_watch.S
syscall_src += arch-x86/syscalls/inotify_rm_watch.S
syscall_src += arch-x86/syscalls/poll.S
+syscall_src += arch-x86/syscalls/eventfd.S