From: Paul Eggert Date: Sat, 29 Jun 2019 06:11:27 +0000 (-0700) Subject: Revert O_PATH change to fileio.c X-Git-Tag: emacs-27.0.90~2157 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1dfb2f361595076d1a3e61a46b80470caf259b41;p=emacs.git 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. --- 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 . */ # include #endif -#ifdef __CYGWIN__ -# undef O_PATH /* Buggy in Cygwin 3.0.0 through 3.0.7. */ -#endif - #ifdef WINDOWSNT #define NOMINMAX 1 #include