aboutsummaryrefslogtreecommitdiffstats
path: root/man2/fdatasync.2
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2007-07-08 12:11:40 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2007-07-08 12:11:40 +0000
commitcc4615cc788aa749f34483abd33ba2b4a31d30f0 (patch)
tree97070128f611af532551a19bb8062597b22cabd8 /man2/fdatasync.2
parent86c256953d62ba083f7ef6adcc5b4063f0b51d2b (diff)
downloadman-pages-cc4615cc788aa749f34483abd33ba2b4a31d30f0.tar.gz
Added/updated glibc feature test macro requirements
Diffstat (limited to 'man2/fdatasync.2')
-rw-r--r--man2/fdatasync.210
1 files changed, 9 insertions, 1 deletions
diff --git a/man2/fdatasync.2 b/man2/fdatasync.2
index d6521a3bbd..043d8e2283 100644
--- a/man2/fdatasync.2
+++ b/man2/fdatasync.2
@@ -28,13 +28,21 @@
.\" 1996-04-12 Andries Brouwer <aeb@cwi.nl>
.\" 1996-04-13 Markus Kuhn <mskuhn@cip.informatik.uni-erlangen.de>
.\"
-.TH FDATASYNC 2 1996-04-13 "Linux" "Linux Programmer's Manual"
+.TH FDATASYNC 2 2007-07-26 "Linux" "Linux Programmer's Manual"
.SH NAME
fdatasync \- synchronize a file's in-core data with that on disk
.SH SYNOPSIS
.B #include <unistd.h>
.sp
.BI "int fdatasync(int " fd );
+.sp
+.in -4n
+Feature Test Macro Requirements for glibc (see
+.BR feature_test_macros (7)):
+.in
+.sp
+.BR fdatasync ():
+_POSIX_C_SOURCE\ >=\ 199309L || _XOPEN_SOURCE\ >=\ 500
.SH DESCRIPTION
.BR fdatasync ()
flushes all data buffers of a file to disk (before the system