MS-Windows followup to bugfix #13387.
authorEli Zaretskii <eliz@gnu.org>
Fri, 11 Jan 2013 09:33:54 +0000 (11:33 +0200)
committerEli Zaretskii <eliz@gnu.org>
Fri, 11 Jan 2013 09:33:54 +0000 (11:33 +0200)
 nt/inc/unistd.h (O_IGNORE_CTTY): Define, as it is unconditionally
 used in term.c.

nt/ChangeLog
nt/inc/unistd.h

index a1c9f3c..aca1236 100644 (file)
@@ -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.
index 5fdd9c8..9c8a64d 100644 (file)
@@ -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 *);