diff options
| author | Eli Zaretskii | 2017-08-17 17:43:19 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2017-08-17 17:43:19 +0300 |
| commit | 2cfb32bf4cbb726b83db82e414acced03781f99d (patch) | |
| tree | a9ea9a1bfec4bd37796f2dc50c7e7a6f68b92fba /lib-src | |
| parent | ddda5ae547d4c814482984cad3d350f65db082e3 (diff) | |
| download | emacs-2cfb32bf4cbb726b83db82e414acced03781f99d.tar.gz emacs-2cfb32bf4cbb726b83db82e414acced03781f99d.zip | |
Fix the MS-Windows build
* nt/gnulib-cfg.mk (OMIT_GNULIB_MODULE_open): Omit Gnulib module
'open'.
* lib-src/etags.c (O_CLOEXEC) [WINDOWSNT]: Restore definition.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/etags.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib-src/etags.c b/lib-src/etags.c index bec61a8a230..5e05c19c624 100644 --- a/lib-src/etags.c +++ b/lib-src/etags.c | |||
| @@ -111,6 +111,8 @@ char pot_etags_version[] = "@(#) pot revision number is 17.38.1.4"; | |||
| 111 | # undef HAVE_NTGUI | 111 | # undef HAVE_NTGUI |
| 112 | # undef DOS_NT | 112 | # undef DOS_NT |
| 113 | # define DOS_NT | 113 | # define DOS_NT |
| 114 | /* The WINDOWSNT build doesn't use Gnulib's fcntl.h. */ | ||
| 115 | # define O_CLOEXEC O_NOINHERIT | ||
| 114 | #endif /* WINDOWSNT */ | 116 | #endif /* WINDOWSNT */ |
| 115 | 117 | ||
| 116 | #include <limits.h> | 118 | #include <limits.h> |