mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-24 07:20:37 +00:00
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
@ -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…
Reference in New Issue
Block a user