aboutsummaryrefslogtreecommitdiffstats
path: root/src/s
diff options
context:
space:
mode:
authorJim Blandy1993-03-20 19:45:17 +0000
committerJim Blandy1993-03-20 19:45:17 +0000
commit6e23c83e03f7dbf619fbdbb1bdefda043cdb7b2d (patch)
treee50c6f5b63701083f77a9eea74405e0298110db2 /src/s
parent59653951e72a6043d1349da762ed601d53c9cee0 (diff)
downloademacs-6e23c83e03f7dbf619fbdbb1bdefda043cdb7b2d.tar.gz
emacs-6e23c83e03f7dbf619fbdbb1bdefda043cdb7b2d.zip
* fileio.c (HAVE_FSYNC): Define, if appropriate.
(Fwrite_region): Use HAVE_FSYNC. * s-aix3-2.h (HAVE_FSYNC): Define.
Diffstat (limited to 'src/s')
-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 @@
10#define HAVE_ALLOCA 10#define HAVE_ALLOCA
11#undef rindex 11#undef rindex
12#undef index 12#undef index
13
14#define HAVE_FSYNC