aboutsummaryrefslogtreecommitdiffstats
path: root/man2/_exit.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/_exit.2')
-rw-r--r--man2/_exit.211
1 files changed, 10 insertions, 1 deletions
diff --git a/man2/_exit.2 b/man2/_exit.2
index f4b161ef2b..f0bd16cd39 100644
--- a/man2/_exit.2
+++ b/man2/_exit.2
@@ -26,7 +26,7 @@
.\" Modified Wed Jul 21 23:02:38 1993 by Rik Faith <faith@cs.unc.edu>
.\" Modified 2001-11-17, aeb
.\"
-.TH _EXIT 2 2001-11-17 "Linux" "Linux Programmer's Manual"
+.TH _EXIT 2 2007-07-26 "Linux" "Linux Programmer's Manual"
.SH NAME
_exit, _Exit \- terminate the current process
.SH SYNOPSIS
@@ -37,6 +37,15 @@ _exit, _Exit \- terminate the current process
.B #include <stdlib.h>
.sp
.BI "void _Exit(int " status );
+.sp
+.in -4n
+Feature Test Macro Requirements for glibc (see
+.BR feature_test_macros (7)):
+.in
+.sp
+.BR _Exit ():
+_XOPEN_SOURCE\ >=\ 600 || _ISOC99_SOURCE; or
+.I cc\ -std=c99
.SH DESCRIPTION
The function
.BR _exit ()