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:
Paul Eggert 2019-06-28 23:11:27 -07:00
parent c113d6f3c1
commit 1dfb2f3615

View file

@ -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>