emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 1dfb2f3: Revert O_PATH change to fileio.c


From: Paul Eggert
Subject: [Emacs-diffs] master 1dfb2f3: Revert O_PATH change to fileio.c
Date: Sat, 29 Jun 2019 02:12:02 -0400 (EDT)

branch: master
commit 1dfb2f361595076d1a3e61a46b80470caf259b41
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    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.
---
 src/fileio.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/fileio.c b/src/fileio.c
index e361186..ed1d2ae 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>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]