commit | 9f525644df99cb2f7f81a23ca23840f0a8f82275 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Apr 08 17:14:01 2014 -0700 |
committer | Elliott Hughes <enh@google.com> | Tue Apr 08 17:16:13 2014 -0700 |
tree | edfe771f84024370aba4988e016534e5c535984e | |
parent | ac70d2e1fe71f98232942237c2b463ea3adbf662 [diff] [blame] |
Implement _Exit(3). Change-Id: Ida6ac844cc87d38c9645b197dd8188bb73e27dbe
diff --git a/libc/SYSCALLS.TXT b/libc/SYSCALLS.TXT index e597b2f..220c713 100644 --- a/libc/SYSCALLS.TXT +++ b/libc/SYSCALLS.TXT
@@ -308,7 +308,7 @@ 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