diff options
author | Paul Pluzhnikov <ppluzhnikov@google.com> | 2014-01-11 16:34:15 -0800 |
---|---|---|
committer | Paul Pluzhnikov <ppluzhnikov@google.com> | 2014-01-11 16:34:15 -0800 |
commit | 2112e176757483dd25a7cf38ead63a237bf5e52e (patch) | |
tree | 80f02dd662d0da8f1fe40e96a2965aeb9ac23cba /nptl/ChangeLog | |
parent | 5d43293bacbdc09e0e060cfd002d2fb34b3facd3 (diff) | |
download | glibc-2112e176757483dd25a7cf38ead63a237bf5e52e.tar glibc-2112e176757483dd25a7cf38ead63a237bf5e52e.tar.gz glibc-2112e176757483dd25a7cf38ead63a237bf5e52e.tar.bz2 glibc-2112e176757483dd25a7cf38ead63a237bf5e52e.zip |
Fix a race in tst-tls7, which caused crashes on ppc32.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 3c7675e591..149509e8b1 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,9 @@ +2014-01-11 Paul Pluzhnikov <ppluzhnikov@google.com> + + * tst-tls7.c (action): New function. + (do_test): Call it. + * tst-tls7mod.c (action): Move sem_post to caller. + 2014-01-03 Andrew Hunter <ahh@google.com> * nptl/Makefile (tst-tls7): New test. |