OSDN Git Service

(split) LDP_man-pages: update original to v3.34.
[linuxjm/LDP_man-pages.git] / original / man3 / fwide.3
index e66e2a9..37b1551 100644 (file)
@@ -11,7 +11,7 @@
 .\"   OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html
 .\"   ISO/IEC 9899:1999
 .\"
-.TH FWIDE 3  2010-09-20 "GNU" "Linux Programmer's Manual"
+.TH FWIDE 3  2011-09-17 "GNU" "Linux Programmer's Manual"
 .SH NAME
 fwide \- set and determine the orientation of a FILE stream
 .SH SYNOPSIS
@@ -30,6 +30,9 @@ Feature Test Macro Requirements for glibc (see
 .BR fwide ():
 .RS 4
 _XOPEN_SOURCE\ >=\ 500 || _ISOC99_SOURCE ||
+.br
+_ISOC95_SOURCE /* Since glibc 2.12 */ ||
+.br
 _POSIX_C_SOURCE\ >=\ 200112L;
 .br
 or