about summary refs log tree commit diff
path: root/nptl/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2012-12-04 21:39:04 +0000
committerJoseph Myers <joseph@codesourcery.com>2012-12-04 21:39:04 +0000
commitd39b9545314bad08fe36c428339eb1bbc3406c65 (patch)
tree5ed14e8ec24b17458f73ff5dba22894bbd3d85d8 /nptl/ChangeLog
parentb37984ad36f2617fff1eb499b0aba4234b30a029 (diff)
downloadglibc-d39b9545314bad08fe36c428339eb1bbc3406c65.tar.gz
glibc-d39b9545314bad08fe36c428339eb1bbc3406c65.tar.xz
glibc-d39b9545314bad08fe36c428339eb1bbc3406c65.zip
Remove unused variable from powerpc sem_post.c.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r--nptl/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index 3837a93573..e8c1ddf7e7 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,3 +1,9 @@
+2012-12-04  Joseph Myers  <joseph@codesourcery.com>
+
+	* sysdeps/unix/sysv/linux/powerpc/sem_post.c (__old_sem_post):
+	Cast result of atomic_increment_val to (void) instead of storing
+	in otherwise-unused variable.
+
 2012-12-03  Allan McRae  <allan@archlinux.org>
 
 	* Makefile (LDFLAGS-tst-cond24, LDFLAGS-tst-cond25): Remove.