MS-Windows followup to bugfix #13387.
nt/inc/unistd.h (O_IGNORE_CTTY): Define, as it is unconditionally used in term.c.
This commit is contained in:
parent
b76381c62b
commit
99a7a59166
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2013-01-11 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* inc/unistd.h (O_IGNORE_CTTY): Define, as it is unconditionally
|
||||
used in term.c. (Bug#13387)
|
||||
|
||||
2013-01-09 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* config.nt: Sync with autogen/config.in.
|
||||
|
|
|
@ -27,6 +27,7 @@ extern int faccessat (int, char const *, int, int);
|
|||
#define AT_SYMLINK_NOFOLLOW 4096
|
||||
|
||||
#define O_NOCTTY 0
|
||||
#define O_IGNORE_CTTY 0
|
||||
|
||||
/* This is normally on stdlib.h, but we don't override that header. */
|
||||
extern int unsetenv (const char *);
|
||||
|
|
Loading…
Add table
Reference in a new issue