diff options
author | Jim Blandy <jimb@redhat.com> | 1993-03-20 19:45:17 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1993-03-20 19:45:17 +0000 |
commit | 6e23c83e03f7dbf619fbdbb1bdefda043cdb7b2d (patch) | |
tree | e50c6f5b63701083f77a9eea74405e0298110db2 /src/s/aix3-2.h | |
parent | 59653951e72a6043d1349da762ed601d53c9cee0 (diff) | |
download | emacs-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.h | 2 |
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 |