]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/mkstemp.3
Added/updated glibc feature test macro requirements
[thirdparty/man-pages.git] / man3 / mkstemp.3
index aeb58d780b2a927cefad9934ea449331d8ef814d..634656fe62779a5864803aeec45041232fb70e01 100644 (file)
@@ -28,7 +28,7 @@
 .\" Modified 980310, aeb
 .\" Modified 990328, aeb
 .\"
-.TH MKSTEMP 3  2001-12-23 "GNU" "Linux Programmer's Manual"
+.TH MKSTEMP 3  2007-07-26 "GNU" "Linux Programmer's Manual"
 .SH NAME
 mkstemp \- create a unique temporary file
 .SH SYNOPSIS
@@ -37,6 +37,14 @@ mkstemp \- create a unique temporary file
 .sp
 .BI "int mkstemp(char *" template );
 .fi
+.sp
+.in -4n
+Feature Test Macro Requirements for glibc (see
+.BR feature_test_macros (7)):
+.in
+.sp
+.BR mkstemp ():
+_BSD_SOURCE || _SVID_SOURCE || _XOPEN_SOURCE\ >=\ 500
 .SH DESCRIPTION
 The
 .BR mkstemp ()