diff options
| author | Siddhesh Poyarekar <siddhesh@redhat.com> | 2014-03-17 19:31:46 +0530 |
|---|---|---|
| committer | Siddhesh Poyarekar <siddhesh@redhat.com> | 2014-03-17 19:35:11 +0530 |
| commit | fcd89ebe4f5ea948ff4c796771b918cde8960721 (patch) | |
| tree | afc7d91aa82636b1f4f2d5042a78f116f912364e /ChangeLog | |
| parent | 9962a2d34e2478bd05a8a08e537a1e2b6897adb2 (diff) | |
| download | glibc-fcd89ebe4f5ea948ff4c796771b918cde8960721.tar.xz glibc-fcd89ebe4f5ea948ff4c796771b918cde8960721.zip | |
Get rid of __LT_SPINLOCK_INIT
We got rid of LinuxThreads in 2005, but we didn't remove
__LT_SPINLOCK_INIT back then. Do it now.
* nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
&& !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
Remove.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2014-03-17 Siddhesh Poyarekar <siddhesh@redhat.com> + + * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc + && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]: + Remove. + 2014-03-17 Joseph Myers <joseph@codesourcery.com> * math/gen-libm-test.pl (parse_args): Handle results specified for |
