diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-11-21 20:00:52 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-11-21 20:00:52 +0000 |
commit | 09e958ed423b99f97f5fd4b101964dfc9e3b32c0 (patch) | |
tree | 21a46a41def2cc9240656c7366fea923a51684a2 /nptl/ChangeLog | |
parent | fac9916c962ffa03350322d616c44f07467850eb (diff) | |
download | glibc-09e958ed423b99f97f5fd4b101964dfc9e3b32c0.tar glibc-09e958ed423b99f97f5fd4b101964dfc9e3b32c0.tar.gz glibc-09e958ed423b99f97f5fd4b101964dfc9e3b32c0.tar.bz2 glibc-09e958ed423b99f97f5fd4b101964dfc9e3b32c0.zip |
Remove unused variable from sem_post.c.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 745accdaf7..7c8736cac3 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,5 +1,9 @@ 2012-11-21 Joseph Myers <joseph@codesourcery.com> + * sysdeps/unix/sysv/linux/sem_post.c (__old_sem_post): Cast result + of atomic_increment_val to (void) instead of storing in + otherwise-unused variable. + * pthread_cond_timedwait.c (__pthread_cond_timedwait) [__NR_clock_gettime]: Cast result of INTERNAL_VSYSCALL to void instead of storing in otherwise-unused variable. |