summaryrefslogtreecommitdiff
path: root/vos/config.ga.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-11-12 19:00:01 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-11-12 19:00:01 +0000
commit411ab01cfe8d3e519f9d6ca02e689da8f7724fd9 (patch)
tree5ef608444e22b502de240d1afed31032905366a5 /vos/config.ga.h
parentefdf3af0101f6674227449ca5d7f23c6fc6c46e5 (diff)
downloadperl-411ab01cfe8d3e519f9d6ca02e689da8f7724fd9.tar.gz
Add HAS_FSYNC, lack noticed by Nicholas Clark.
p4raw-id: //depot/perl@7653
Diffstat (limited to 'vos/config.ga.h')
-rw-r--r--vos/config.ga.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/vos/config.ga.h b/vos/config.ga.h
index 4bea2da04c..f0b49de383 100644
--- a/vos/config.ga.h
+++ b/vos/config.ga.h
@@ -1357,6 +1357,13 @@
*/
/*#define HAS_FSTATFS /**/
+/* HAS_FSYNC:
+ * This symbol, if defined, indicates that the fsync routine is
+ * available to write a file's modified data and attributes to
+ * permanent storage.
+ */
+/*#define HAS_FSYNC /**/
+
/* HAS_FTELLO:
* This symbol, if defined, indicates that the ftello routine is
* available to ftell beyond 32 bits (useful for ILP32 hosts).