aboutsummaryrefslogtreecommitdiffstats
path: root/man2/_exit.2
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2015-01-20 15:55:50 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2015-01-20 15:55:50 +0100
commit45824ece754ece999d5e88df3d36dbc76b21d342 (patch)
tree8e0d71dafa1c00b6d7bf74d085d805c02b143bca /man2/_exit.2
parent80a74083d9bdbd5c2e7363dc8d73f0ba362a727c (diff)
downloadman-pages-45824ece754ece999d5e88df3d36dbc76b21d342.tar.gz
_exit.2: Add "C library/kernel ABI differences" for paragraph on exit_group()
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man2/_exit.2')
-rw-r--r--man2/_exit.22
1 files changed, 1 insertions, 1 deletions
diff --git a/man2/_exit.2 b/man2/_exit.2
index 57489f604c..59bef2a58f 100644
--- a/man2/_exit.2
+++ b/man2/_exit.2
@@ -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.