diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-11-21 20:00:11 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-11-21 20:00:11 +0000 |
commit | fac9916c962ffa03350322d616c44f07467850eb (patch) | |
tree | cf5504adb2c9f258ab9e1c2487efabbe3f234e81 /nptl/ChangeLog | |
parent | c3151ad1004f97b8595449c8ed9af01c5d58906f (diff) | |
download | glibc-fac9916c962ffa03350322d616c44f07467850eb.zip glibc-fac9916c962ffa03350322d616c44f07467850eb.tar.gz glibc-fac9916c962ffa03350322d616c44f07467850eb.tar.bz2 |
Remove unused variable from pthread_cond_timedwait.c.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 48aa6da..745accd 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,9 @@ +2012-11-21 Joseph Myers <joseph@codesourcery.com> + + * pthread_cond_timedwait.c (__pthread_cond_timedwait) + [__NR_clock_gettime]: Cast result of INTERNAL_VSYSCALL to void + instead of storing in otherwise-unused variable. + 2012-11-14 Marcus Shawcroft <marcus.shawcroft@linaro.org> * Makefile (CFLAGS-open.c, CFLAGS-open64.c, CFLAGS-pause.c) |