OSDN Git Service

(split) LDP man-pages の original/ を v3.29 に更新。
[linuxjm/LDP_man-pages.git] / original / man3 / mkdtemp.3
index 98a9e3c..105a9e4 100644 (file)
@@ -21,7 +21,7 @@
 .\"
 .\" Formatted or processed versions of this manual, if unaccompanied by
 .\" the source, must acknowledge the copyright and authors of this work.
-.TH MKDTEMP 3  2008-08-21 "GNU" "Linux Programmer's Manual"
+.TH MKDTEMP 3  2010-09-26 "GNU" "Linux Programmer's Manual"
 .SH NAME
 mkdtemp \- create a unique temporary directory
 .SH SYNOPSIS
@@ -37,7 +37,18 @@ Feature Test Macro Requirements for glibc (see
 .in
 .sp
 .BR mkdtemp ():
+.br
+.ad l
+.RS 4
+.PD 0
 _BSD_SOURCE
+.br
+|| /* Since glibc 2.10: */
+.RS 4
+(_POSIX_C_SOURCE\ >=\ 200809L || _XOPEN_SOURCE\ >=\ 700)
+.ad
+.PD
+.RE
 .SH DESCRIPTION
 The
 .BR mkdtemp ()