_exit.2: Add "C library/kernel ABI differences" for paragraph on exit_group()

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-01-20 15:55:50 +01:00
parent 80a74083d9
commit 45824ece75
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ Whether any pending I/O is canceled, and which pending I/O may be
canceled upon
.BR _exit (),
is implementation-dependent.
.SS C library/kernel ABI differences
In glibc up to version 2.3, the
.BR _exit ()
wrapper function invoked the kernel system call of the same name.