diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-10-29 15:50:01 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-10-29 15:50:01 -0400 |
commit | c2b18f7a0efcf5c6abffba3d6f9b9d708a55c5b6 (patch) | |
tree | 4de493357ed8859991db6df38eff6c6188a502de /NEWS | |
parent | cb95113e30aead7b97cd806278c0ff055ba721b6 (diff) | |
download | glibc-c2b18f7a0efcf5c6abffba3d6f9b9d708a55c5b6.zip glibc-c2b18f7a0efcf5c6abffba3d6f9b9d708a55c5b6.tar.gz glibc-c2b18f7a0efcf5c6abffba3d6f9b9d708a55c5b6.tar.bz2 |
Add missing register initialization in x86-64 pthread_cond_timedwait
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ Version 2.15 6779, 6783, 9696, 10709, 11589, 12403, 12847, 12868, 12852, 12874, 12885, 12892, 12907, 12922, 12935, 13007, 13021, 13067, 13068, 13090, 13092, 13114, 13118, 13123, 13134, 13138, 13150, 13179, 13192, 13268, 13291, - 13335, 13337, 13344 + 13335, 13337, 13344, 13358 * New program pldd to list loaded object of a process Implemented by Ulrich Drepper. |