diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2012-03-07 04:11:11 -0500 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2012-03-07 04:11:11 -0500 |
commit | 840df61ea4e9bc587a1cb8b3787364d650a7d29e (patch) | |
tree | 6877e3cf89e50c351181cd3b4f1ee2ee5bcb7ea0 /nptl/ChangeLog | |
parent | a14d08425029c54d0d9dd7545099b01e7175ab1b (diff) | |
download | glibc-840df61ea4e9bc587a1cb8b3787364d650a7d29e.tar glibc-840df61ea4e9bc587a1cb8b3787364d650a7d29e.tar.gz glibc-840df61ea4e9bc587a1cb8b3787364d650a7d29e.tar.bz2 glibc-840df61ea4e9bc587a1cb8b3787364d650a7d29e.zip |
Get rid of superfluous assignments in sem_timedwait
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 53b8ad18c2..73394b9ed6 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,12 @@ +2012-01-23 Thomas Schwinge <thomas@codesourcery.com> + + * sysdeps/unix/sysv/linux/sem_timedwait.c (sem_timedwait): Get rid of + superfluous assignment. + * sysdeps/unix/sysv/linux/sparc/sem_timedwait.c (sem_timedwait): + Likewise. + * sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c + (sem_timedwait): Likewise. + 2012-03-06 Ulrich Drepper <drepper@gmail.com> * sysdeps/pthread/bits/libc-lock.h: Move information not needed in |