diff options
| author | Joakim Verona | 2013-01-12 00:04:04 +0100 |
|---|---|---|
| committer | Joakim Verona | 2013-01-12 00:04:04 +0100 |
| commit | c655adbbab4baf73b652c86dcc53a2fc049ea7a5 (patch) | |
| tree | b3198033222acb2c309652a0e11590f109d037c6 /nt | |
| parent | 26f277ba01010776e63623d446f182f5b6f23dd3 (diff) | |
| parent | c88be99696aa39e3aed1e32ada7bf6e0cc472c90 (diff) | |
| download | emacs-c655adbbab4baf73b652c86dcc53a2fc049ea7a5.tar.gz emacs-c655adbbab4baf73b652c86dcc53a2fc049ea7a5.zip | |
auto upstream
Diffstat (limited to 'nt')
| -rw-r--r-- | nt/ChangeLog | 5 | ||||
| -rw-r--r-- | nt/inc/unistd.h | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog index a1c9f3c7cd0..aca1236657b 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2013-01-11 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * inc/unistd.h (O_IGNORE_CTTY): Define, as it is unconditionally | ||
| 4 | used in term.c. (Bug#13387) | ||
| 5 | |||
| 1 | 2013-01-09 Juanma Barranquero <lekktu@gmail.com> | 6 | 2013-01-09 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 7 | ||
| 3 | * config.nt: Sync with autogen/config.in. | 8 | * config.nt: Sync with autogen/config.in. |
diff --git a/nt/inc/unistd.h b/nt/inc/unistd.h index 5fdd9c8eb88..9c8a64d5ed2 100644 --- a/nt/inc/unistd.h +++ b/nt/inc/unistd.h | |||
| @@ -27,6 +27,7 @@ extern int faccessat (int, char const *, int, int); | |||
| 27 | #define AT_SYMLINK_NOFOLLOW 4096 | 27 | #define AT_SYMLINK_NOFOLLOW 4096 |
| 28 | 28 | ||
| 29 | #define O_NOCTTY 0 | 29 | #define O_NOCTTY 0 |
| 30 | #define O_IGNORE_CTTY 0 | ||
| 30 | 31 | ||
| 31 | /* This is normally on stdlib.h, but we don't override that header. */ | 32 | /* This is normally on stdlib.h, but we don't override that header. */ |
| 32 | extern int unsetenv (const char *); | 33 | extern int unsetenv (const char *); |