aboutsummaryrefslogtreecommitdiffstats
path: root/nt
diff options
context:
space:
mode:
Diffstat (limited to 'nt')
-rw-r--r--nt/ChangeLog5
-rw-r--r--nt/inc/unistd.h1
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 @@
12013-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
12013-01-09 Juanma Barranquero <lekktu@gmail.com> 62013-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. */
32extern int unsetenv (const char *); 33extern int unsetenv (const char *);