diff options
| author | Paul Eggert | 2019-06-28 23:11:27 -0700 |
|---|---|---|
| committer | Paul Eggert | 2019-06-28 23:11:56 -0700 |
| commit | 1dfb2f361595076d1a3e61a46b80470caf259b41 (patch) | |
| tree | 89f6b06d3063cfbe5bfe58d160dc55023d396248 /src | |
| parent | c113d6f3c1e12fed3aa627e74a2a43be0350c31c (diff) | |
| download | emacs-1dfb2f361595076d1a3e61a46b80470caf259b41.tar.gz emacs-1dfb2f361595076d1a3e61a46b80470caf259b41.zip | |
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.
Diffstat (limited to 'src')
| -rw-r--r-- | src/fileio.c | 4 |
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/>. */ | |||
| 61 | # include <linux/fs.h> | 61 | # include <linux/fs.h> |
| 62 | #endif | 62 | #endif |
| 63 | 63 | ||
| 64 | #ifdef __CYGWIN__ | ||
| 65 | # undef O_PATH /* Buggy in Cygwin 3.0.0 through 3.0.7. */ | ||
| 66 | #endif | ||
| 67 | |||
| 68 | #ifdef WINDOWSNT | 64 | #ifdef WINDOWSNT |
| 69 | #define NOMINMAX 1 | 65 | #define NOMINMAX 1 |
| 70 | #include <windows.h> | 66 | #include <windows.h> |