summaryrefslogtreecommitdiff
path: root/src/s/aix3-2.h
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1993-03-20 19:45:17 +0000
committerJim Blandy <jimb@redhat.com>1993-03-20 19:45:17 +0000
commit6e23c83e03f7dbf619fbdbb1bdefda043cdb7b2d (patch)
treee50c6f5b63701083f77a9eea74405e0298110db2 /src/s/aix3-2.h
parent59653951e72a6043d1349da762ed601d53c9cee0 (diff)
downloademacs-6e23c83e03f7dbf619fbdbb1bdefda043cdb7b2d.tar.gz
* fileio.c (HAVE_FSYNC): Define, if appropriate.
(Fwrite_region): Use HAVE_FSYNC. * s-aix3-2.h (HAVE_FSYNC): Define.
Diffstat (limited to 'src/s/aix3-2.h')
-rw-r--r--src/s/aix3-2.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/s/aix3-2.h b/src/s/aix3-2.h
index 72ad697e03e..504b1548aad 100644
--- a/src/s/aix3-2.h
+++ b/src/s/aix3-2.h
@@ -10,3 +10,5 @@
#define HAVE_ALLOCA
#undef rindex
#undef index
+
+#define HAVE_FSYNC