summaryrefslogtreecommitdiff
path: root/libgomp/ChangeLog
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2014-04-02 13:30:55 -0700
committerRichard Henderson <rth@gcc.gnu.org>2014-04-02 13:30:55 -0700
commitca1f6c0463d75f452eb2e99a417765e856f93afa (patch)
treef16d9ee32ec6d4273188443e99d0676a693b8269 /libgomp/ChangeLog
parent205f92a005b6db8846eebc1af97ed57f15d6293a (diff)
downloadgcc-ca1f6c0463d75f452eb2e99a417765e856f93afa.tar.gz
libgomp: Fix default futex vs errno
* config/linux/futex.h (futex_wait): Get error value from errno. (futex_wake): Likewise. From-SVN: r209037
Diffstat (limited to 'libgomp/ChangeLog')
-rw-r--r--libgomp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog
index bc33ea9a37b..8d3bc356eff 100644
--- a/libgomp/ChangeLog
+++ b/libgomp/ChangeLog
@@ -1,3 +1,8 @@
+2014-04-02 Richard Henderson <rth@redhat.com>
+
+ * config/linux/futex.h (futex_wait): Get error value from errno.
+ (futex_wake): Likewise.
+
2013-04-11 Release Manager
* GCC 4.7.3 released.