OSDN Git Service

LDP: Update original to LDP v3.77
[linuxjm/LDP_man-pages.git] / original / man3 / posix_fallocate.3
index 9837788..4192a6d 100644 (file)
@@ -22,7 +22,7 @@
 .\" the source, must acknowledge the copyright and authors of this work.
 .\" %%%LICENSE_END
 .\"
-.TH POSIX_FALLOCATE 3  2013-02-12 "GNU" "Linux Programmer's Manual"
+.TH POSIX_FALLOCATE 3  2014-06-03 "GNU" "Linux Programmer's Manual"
 .SH NAME
 posix_fallocate \- allocate file space
 .SH SYNOPSIS
@@ -100,6 +100,11 @@ refers to a pipe.
 .SH VERSIONS
 .BR posix_fallocate ()
 is available since glibc 2.1.94.
+.SH ATTRIBUTES
+.SS Multithreading (see pthreads(7))
+The
+.BR posix_fallocate ()
+function is thread-safe.
 .SH CONFORMING TO
 POSIX.1-2001.
 
@@ -131,7 +136,7 @@ equals zero.
 .BR lseek (2),
 .BR posix_fadvise (2)
 .SH COLOPHON
-This page is part of release 3.68 of the Linux
+This page is part of release 3.77 of the Linux
 .I man-pages
 project.
 A description of the project,