Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
189d79a1
Commit
189d79a1
authored
Nov 18, 2002
by
Dave Love
Browse files
(_GNU_SOURCE, HAVE_FSYNC): Don't define.
parent
5b400482
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
12 deletions
+0
-12
src/fileio.c
src/fileio.c
+0
-12
No files found.
src/fileio.c
View file @
189d79a1
...
...
@@ -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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment