summaryrefslogtreecommitdiffstats
path: root/libc/SYSCALLS.TXT
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2014-04-08 17:14:01 -0700
committerElliott Hughes <enh@google.com>2014-04-08 17:16:13 -0700
commit9f525644df99cb2f7f81a23ca23840f0a8f82275 (patch)
treeedfe771f84024370aba4988e016534e5c535984e /libc/SYSCALLS.TXT
parentac70d2e1fe71f98232942237c2b463ea3adbf662 (diff)
downloadbionic-9f525644df99cb2f7f81a23ca23840f0a8f82275.tar.gz
bionic-9f525644df99cb2f7f81a23ca23840f0a8f82275.tar.bz2
bionic-9f525644df99cb2f7f81a23ca23840f0a8f82275.zip
Implement _Exit(3).
Change-Id: Ida6ac844cc87d38c9645b197dd8188bb73e27dbe
Diffstat (limited to 'libc/SYSCALLS.TXT')
-rw-r--r--libc/SYSCALLS.TXT2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/SYSCALLS.TXT b/libc/SYSCALLS.TXT
index e597b2f52..220c7139b 100644
--- a/libc/SYSCALLS.TXT
+++ b/libc/SYSCALLS.TXT
@@ -308,7 +308,7 @@ int __epoll_pwait:epoll_pwait(int, struct epoll_event*, int, int, const sigset_t
int eventfd:eventfd2(unsigned int, int) all
-void _exit:exit_group(int) all
+void _exit|_Exit:exit_group(int) all
void __exit:exit(int) all
int futex(void*, int, int, void*, void*, int) all