OSDN Git Service

(split) LDP v3.24 -> v3.29 の定型的な変更内容を反映。
[linuxjm/LDP_man-pages.git] / draft / man2 / getdtablesize.2
index 1970c0c..278f92f 100644 (file)
@@ -31,7 +31,7 @@
 .\" Updated 2002-10-14 by Kentaro Shirakata <argrath@ub32.org>
 .\" Updated 2007-01-01 by Kentaro Shirakata <argrath@ub32.org>
 .\"
-.TH GETDTABLESIZE 2 2007-07-26 "Linux" "Linux Programmer's Manual"
+.TH GETDTABLESIZE 2 2010-09-20 "Linux" "Linux Programmer's Manual"
 .\"O .SH NAME
 .SH Ì¾Á°
 .\"O getdtablesize \- get descriptor table size
@@ -51,7 +51,24 @@ glibc 
 .in
 .sp
 .BR getdtablesize ():
-_BSD_SOURCE || _XOPEN_SOURCE\ >=\ 500
+.ad l
+.RS 4
+.PD 0
+.TP 4
+.\"O Since glibc 2.12:
+glibc 2.12 °Ê¹ß:
+.nf
+_BSD_SOURCE ||
+    !(_POSIX_C_SOURCE\ >=\ 200112L || _XOPEN_SOURCE\ >=\ 600)
+.fi
+.TP 4
+.\"O Before glibc 2.12:
+glibc 2.12 ¤è¤êÁ°:
+_BSD_SOURCE || _XOPEN_SOURCE\ >=\ 500 ||
+_XOPEN_SOURCE\ &&\ _XOPEN_SOURCE_EXTENDED
+.PD
+.RE
+.ad b
 .\"O .SH DESCRIPTION
 .SH ÀâÌÀ
 .\"O .BR getdtablesize ()