diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-07-08 12:11:40 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-07-08 12:11:40 +0000 |
| commit | cc4615cc788aa749f34483abd33ba2b4a31d30f0 (patch) | |
| tree | 97070128f611af532551a19bb8062597b22cabd8 /man3/on_exit.3 | |
| parent | 86c256953d62ba083f7ef6adcc5b4063f0b51d2b (diff) | |
| download | man-pages-cc4615cc788aa749f34483abd33ba2b4a31d30f0.tar.gz | |
Added/updated glibc feature test macro requirements
Diffstat (limited to 'man3/on_exit.3')
| -rw-r--r-- | man3/on_exit.3 | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/man3/on_exit.3 b/man3/on_exit.3 index f0aa4f49e1..3741be8e3e 100644 --- a/man3/on_exit.3 +++ b/man3/on_exit.3 @@ -26,7 +26,7 @@ .\" 386BSD man pages .\" Modified 1993-04-02, David Metcalfe .\" Modified 1993-07-25, Rik Faith (faith@cs.unc.edu) -.TH ON_EXIT 3 1993-04-02 "GNU" "Linux Programmer's Manual" +.TH ON_EXIT 3 2007-07-26 "GNU" "Linux Programmer's Manual" .SH NAME on_exit \- register a function to be called at normal process termination .SH SYNOPSIS @@ -35,6 +35,14 @@ on_exit \- register a function to be called at normal process termination .sp .BI "int on_exit(void (*" function ")(int , void *), void *" arg ); .fi +.sp +.in -4n +Feature Test Macro Requirements for glibc (see +.BR feature_test_macros (7)): +.in +.sp +.BR on_exit (): +_BSD_SOURCE || _SVID_SOURCE .SH DESCRIPTION The .BR on_exit () |
