OSDN Git Service

(split) LDP_man-pages: release ioctl.2 [JM:00378]
[linuxjm/LDP_man-pages.git] / draft / man3 / posix_fallocate.3
index d9aebfd..fed04b3 100644 (file)
@@ -25,7 +25,7 @@
 .\" Translated 2006-07-13, Yuichi SATO <ysato444@yahoo.co.jp>. LDP v2.29
 .\" Updated 2010-04-11, Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>, LDP v3.24
 .\"
-.TH POSIX_FALLOCATE 3  2009-09-30 "GNU" "Linux Programmer's Manual"
+.TH POSIX_FALLOCATE 3  2010-09-20 "GNU" "Linux Programmer's Manual"
 .\"O .SH NAME
 .SH Ì¾Á°
 .\"O posix_fallocate \- allocate file space
@@ -33,11 +33,25 @@ posix_fallocate \- 
 .\"O .SH SYNOPSIS
 .SH ½ñ¼°
 .nf
-.B #define _XOPEN_SOURCE 600
 .B #include <fcntl.h>
 .sp
 .BI "int posix_fallocate(int " fd ", off_t " offset ", off_t " len );
 .fi
+.sp
+.ad l
+.in -4n
+.\"O Feature Test Macro Requirements for glibc (see
+.\"O .BR feature_test_macros (7)):
+glibc ¸þ¤±¤Îµ¡Ç½¸¡ºº¥Þ¥¯¥í¤ÎÍ×·ï
+.RB ( feature_test_macros (7)
+»²¾È):
+.in
+.sp
+.BR posix_fallocate ():
+.RS 4
+_XOPEN_SOURCE\ >=\ 600 || _POSIX_C_SOURCE\ >=\ 200112L
+.RE
+.ad
 .\"O .SH DESCRIPTION
 .SH ÀâÌÀ
 .\"O The function
@@ -186,5 +200,4 @@ POSIX.1-2001 
 .SH ´ØÏ¢¹àÌÜ
 .BR fallocate (2),
 .BR lseek (2),
-.BR posix_fadvise (2),
-.BR feature_test_macros (7)
+.BR posix_fadvise (2)