diff options
| author | Dave Love | 2002-11-18 15:39:55 +0000 |
|---|---|---|
| committer | Dave Love | 2002-11-18 15:39:55 +0000 |
| commit | 189d79a12328794c5ff343131a666ec8d4e23cd0 (patch) | |
| tree | 8b7b2b3767e4f84df0a80cc9015e13433ca21f10 /src | |
| parent | 5b400482b0000631d8f119434c0c38dae4204f64 (diff) | |
| download | emacs-189d79a12328794c5ff343131a666ec8d4e23cd0.tar.gz emacs-189d79a12328794c5ff343131a666ec8d4e23cd0.zip | |
(_GNU_SOURCE, HAVE_FSYNC): Don't define.
Diffstat (limited to 'src')
| -rw-r--r-- | src/fileio.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/fileio.c b/src/fileio.c index 41504f9882b..69c1446b25d 100644 --- a/src/fileio.c +++ b/src/fileio.c | |||
| @@ -19,8 +19,6 @@ along with GNU Emacs; see the file COPYING. If not, write to | |||
| 19 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 19 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 20 | Boston, MA 02111-1307, USA. */ | 20 | Boston, MA 02111-1307, USA. */ |
| 21 | 21 | ||
| 22 | #define _GNU_SOURCE /* for euidaccess */ | ||
| 23 | |||
| 24 | #include <config.h> | 22 | #include <config.h> |
| 25 | 23 | ||
| 26 | #if defined (USG5) || defined (BSD_SYSTEM) || defined (GNU_LINUX) | 24 | #if defined (USG5) || defined (BSD_SYSTEM) || defined (GNU_LINUX) |
| @@ -74,16 +72,6 @@ extern int errno; | |||
| 74 | #include <sys/time.h> | 72 | #include <sys/time.h> |
| 75 | #endif | 73 | #endif |
| 76 | 74 | ||
| 77 | #ifndef USG | ||
| 78 | #ifndef VMS | ||
| 79 | #ifndef BSD4_1 | ||
| 80 | #ifndef WINDOWSNT | ||
| 81 | #define HAVE_FSYNC | ||
| 82 | #endif | ||
| 83 | #endif | ||
| 84 | #endif | ||
| 85 | #endif | ||
| 86 | |||
| 87 | #include "lisp.h" | 75 | #include "lisp.h" |
| 88 | #include "intervals.h" | 76 | #include "intervals.h" |
| 89 | #include "buffer.h" | 77 | #include "buffer.h" |