nt/inc/unistd.h (O_IGNORE_CTTY): Define, as it is unconditionally
used in term.c.
+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.
#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 *);