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.
This commit is contained in:
parent
c113d6f3c1
commit
1dfb2f3615
1 changed files with 0 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue