summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2019-06-28 23:11:27 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2019-06-28 23:11:56 -0700
commit1dfb2f361595076d1a3e61a46b80470caf259b41 (patch)
tree89f6b06d3063cfbe5bfe58d160dc55023d396248
parentc113d6f3c1e12fed3aa627e74a2a43be0350c31c (diff)
downloademacs-1dfb2f361595076d1a3e61a46b80470caf259b41.tar.gz
Revert O_PATH change to fileio.c
Ken Brown pointed out it wasn’t needed (Bug#36405#16): * src/fileio.c (O_PATH) [__CYGWIN__]: Remove #undef.
-rw-r--r--src/fileio.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/fileio.c b/src/fileio.c
index e36118652cb..ed1d2aedf37 100644
--- a/src/fileio.c
+++ b/src/fileio.c
@@ -61,10 +61,6 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */
# include <linux/fs.h>
#endif
-#ifdef __CYGWIN__
-# undef O_PATH /* Buggy in Cygwin 3.0.0 through 3.0.7. */
-#endif
-
#ifdef WINDOWSNT
#define NOMINMAX 1
#include <windows.h>