about summary refs log tree commit diff
path: root/nptl/ChangeLog
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2011-06-14 13:11:39 -0700
committerRoland McGrath <roland@hack.frob.com>2011-06-14 13:11:39 -0700
commitc71ca1f89c6e89d8c4145e4c2fdcce2fc78812bd (patch)
treeb39e7db31cafff26e95498b2125652c581265002 /nptl/ChangeLog
parent3154bfb8c7fb84fbf7ecdc787752b395579d2ac7 (diff)
downloadglibc-c71ca1f89c6e89d8c4145e4c2fdcce2fc78812bd.tar.gz
glibc-c71ca1f89c6e89d8c4145e4c2fdcce2fc78812bd.tar.xz
glibc-c71ca1f89c6e89d8c4145e4c2fdcce2fc78812bd.zip
Quash two memset undeclared warnings.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r--nptl/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index 436952d137..e0526fa7b8 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,3 +1,7 @@
+2011-06-14  Andreas Jaeger  <aj@suse.de>
+
+	* pthread_rwlock_init.c: Include <string.h> for memset declaration.
+
 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
 
 	[BZ #386]