diff options
| author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-04-02 20:27:29 +0000 |
|---|---|---|
| committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-04-02 20:27:29 +0000 |
| commit | 15129d8a7cd93cfd3a78d82f3242fede4540bfa1 (patch) | |
| tree | 47b819ab3c0e90f5bbb4ca4555eb28c8bbac83cb /libgomp/ChangeLog | |
| parent | 871ad56fe512d7ec0b631ef15280ab6f41bcad39 (diff) | |
| download | ppe42-gcc-15129d8a7cd93cfd3a78d82f3242fede4540bfa1.tar.gz ppe42-gcc-15129d8a7cd93cfd3a78d82f3242fede4540bfa1.zip | |
libgomp: Fix default futex vs errno
* config/linux/futex.h (futex_wait): Get error value from errno.
(futex_wake): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@209035 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgomp/ChangeLog')
| -rw-r--r-- | libgomp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index d3cda25384d..c0f093ff458 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. + 2014-03-25 Jakub Jelinek <jakub@redhat.com> PR c++/60331 |

