aboutsummaryrefslogtreecommitdiffstats
path: root/man3/tempnam.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/tempnam.3')
-rw-r--r--man3/tempnam.310
1 files changed, 9 insertions, 1 deletions
diff --git a/man3/tempnam.3 b/man3/tempnam.3
index a8158e46e0..5deb96254a 100644
--- a/man3/tempnam.3
+++ b/man3/tempnam.3
@@ -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 TEMPNAM 3 1999-06-14 "" "Linux Programmer's Manual"
+.TH TEMPNAM 3 2007-07-26 "" "Linux Programmer's Manual"
.SH NAME
tempnam \- create a name for a temporary file
.SH SYNOPSIS
@@ -29,6 +29,14 @@ tempnam \- create a name for a temporary file
.sp
.BI "char *tempnam(const char *" dir ", const char *" pfx );
.fi
+.sp
+.in -4n
+Feature Test Macro Requirements for glibc (see
+.BR feature_test_macros (7)):
+.in
+.sp
+.BR tempnam ():
+_BSD_SOURCE || _SVID_SOURCE
.SH DESCRIPTION
The
.BR tempnam ()