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