summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8b5a1ad948..f51cc258d9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2011-11-09 Eric Blake <eblake@redhat.com>
+ openpty: provide a stub on mingw
+ * lib/pty.in.h (includes): Provide forward declarations.
+ * lib/openpty.c (openpty) [mingw]: Provide ENOSYS stub.
+
raise: fix mingw handling of SIGPIPE
* lib/sigprocmask.c (_gl_raise_SIGPIPE): Provide a return value.