diff options
author | Torvald Riegel <triegel@redhat.com> | 2015-01-13 01:09:29 +0100 |
---|---|---|
committer | Torvald Riegel <triegel@redhat.com> | 2015-01-13 01:09:29 +0100 |
commit | c60ec0e016f9e2444c7bc2703fc6b671a26f0f5e (patch) | |
tree | 326c98709f9086cef70470fabd496608a598305d /ChangeLog | |
parent | 5a9e4c09a2601a8100ea9a1f7bc0360782cd1625 (diff) | |
download | glibc-c60ec0e016f9e2444c7bc2703fc6b671a26f0f5e.tar glibc-c60ec0e016f9e2444c7bc2703fc6b671a26f0f5e.tar.gz glibc-c60ec0e016f9e2444c7bc2703fc6b671a26f0f5e.tar.bz2 glibc-c60ec0e016f9e2444c7bc2703fc6b671a26f0f5e.zip |
Fix wake-up in sysdeps/nptl/fork.c.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2015-01-13 Torvald Riegel <triegel@redhat.com> + + * sysdeps/nptl/fork.c (__libc_fork): Provide address of futex + variable to lll_futex_wake call, not the value itself. + 2015-01-12 Joseph Myers <joseph@codesourcery.com> [BZ #17803] |