aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <[email protected]>2014-06-11 13:03:46 -0700
committerPaul Eggert <[email protected]>2014-06-11 13:03:46 -0700
commit0071d45b616f0e533818e65cc7307fbe4bd2a282 (patch)
tree3b4a8ec6a3eeea42da96c764ff66bfe94eccf505 /ChangeLog
parentdf907af0ddfc4282a6184f1b516cd92dbdf0093f (diff)
Backport fcntl.h AIX fix from the trunk.
This fixes a bug with the shell freezing. See: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=17598#185 Merge from gnulib, incorporating: 2014-05-31 dup2, fcntl, fcntl-h: port to AIX 7.1 * lib/fcntl.in.h, m4/dup2.m4, m4/fcntl.m4: Update from gnulib.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 77e5409611..d13c8aeabe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2014-06-11 Paul Eggert <[email protected]>
+
+ Backport fcntl.h AIX fix from the trunk (Bug#17598).
+ This fixes a bug with the shell freezing. See:
+ http://debbugs.gnu.org/cgi/bugreport.cgi?bug=17598#185
+ Merge from gnulib, incorporating:
+ 2014-05-31 dup2, fcntl, fcntl-h: port to AIX 7.1
+ * lib/fcntl.in.h, m4/dup2.m4, m4/fcntl.m4:
+ Update from gnulib.
+
2014-06-07 Paul Eggert <[email protected]>
Port better to AIX (Bug#17598).