diff options
author | Guo Yixuan <culu.gyx@gmail.com> | 2014-05-29 21:53:16 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-06-03 16:10:48 -0700 |
commit | 196939fb0ede8b588019f7ff0779dffbfc35787d (patch) | |
tree | 5d7c27e478e004951a4a6b4441f4ee2e0c99800a /ChangeLog | |
parent | b42eca7d39d7d263815a4457c318eb57ee2686a4 (diff) | |
download | glibc-196939fb0ede8b588019f7ff0779dffbfc35787d.zip glibc-196939fb0ede8b588019f7ff0779dffbfc35787d.tar.gz glibc-196939fb0ede8b588019f7ff0779dffbfc35787d.tar.bz2 |
New test for pthread_spin_lock (bug 16882)
* nptl/tst-spin4.c: New test.
* nptl/Makefile (tests): Add tst-spin4.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -136,6 +136,9 @@ * malloc/malloc.c (malloc_info): Inline mi_arena. + * nptl/tst-spin4.c: New test. + * nptl/Makefile (tests): Add tst-spin4. + 2014-05-29 Richard Henderson <rth@twiddle.net> * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS): |