exit_group.2: Note that since glibc 2.3, exit(2) invokes exit_group()

This commit is contained in:
Michael Kerrisk 2008-11-28 12:13:02 -05:00
parent 9abeddb24c
commit 6a69a198b6
1 changed files with 5 additions and 1 deletions

View File

@ -20,7 +20,7 @@
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\"
.TH EXIT_GROUP 2 2004-10-12 "Linux" "Linux Programmer's Manual"
.TH EXIT_GROUP 2 2008-11-27 "Linux" "Linux Programmer's Manual"
.SH NAME
exit_group \- exit all threads in a process
.SH SYNOPSIS
@ -40,5 +40,9 @@ This system call does not return.
This call is present since Linux 2.5.35.
.SH "CONFORMING TO"
This call is Linux-specific.
.SH NOTES
Since glibc 2.3, this is the system call invoked when the
.BR exit (2)
wrapper function is called.
.SH "SEE ALSO"
.BR exit (2)