summaryrefslogtreecommitdiff
path: root/src/fileio.c
diff options
context:
space:
mode:
authorDave Love <fx@gnu.org>2002-11-18 15:39:55 +0000
committerDave Love <fx@gnu.org>2002-11-18 15:39:55 +0000
commit189d79a12328794c5ff343131a666ec8d4e23cd0 (patch)
tree8b7b2b3767e4f84df0a80cc9015e13433ca21f10 /src/fileio.c
parent5b400482b0000631d8f119434c0c38dae4204f64 (diff)
downloademacs-189d79a12328794c5ff343131a666ec8d4e23cd0.tar.gz
(_GNU_SOURCE, HAVE_FSYNC): Don't define.
Diffstat (limited to 'src/fileio.c')
-rw-r--r--src/fileio.c12
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
the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
-#define _GNU_SOURCE /* for euidaccess */
-
#include <config.h>
#if defined (USG5) || defined (BSD_SYSTEM) || defined (GNU_LINUX)
@@ -74,16 +72,6 @@ extern int errno;
#include <sys/time.h>
#endif
-#ifndef USG
-#ifndef VMS
-#ifndef BSD4_1
-#ifndef WINDOWSNT
-#define HAVE_FSYNC
-#endif
-#endif
-#endif
-#endif
-
#include "lisp.h"
#include "intervals.h"
#include "buffer.h"