about summary refs log tree commit diff
path: root/nptl/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-10-23 16:31:09 -0400
committerUlrich Drepper <drepper@gmail.com>2011-10-23 16:31:09 -0400
commit10d005f77f0dfb5b7abaf4e78b875964ceaa7ed4 (patch)
tree474a8253a9514242956634caec61aa9a45bb7051 /nptl/ChangeLog
parent2fa2ae85cadef6af47826dcddfb4e6d8a4c8b5a3 (diff)
downloadglibc-10d005f77f0dfb5b7abaf4e78b875964ceaa7ed4.tar.gz
glibc-10d005f77f0dfb5b7abaf4e78b875964ceaa7ed4.tar.xz
glibc-10d005f77f0dfb5b7abaf4e78b875964ceaa7ed4.zip
Remove unnecessary include from x86-32 tls.h
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r--nptl/ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index 7ff251686c..7b0676381b 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,6 +1,10 @@
+2011-10-23  Ulrich Drepper  <drepper@gmail.com>
+
+	* sysdeps/i386/tls.h: Remove #include <list.h>.
+
 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
 
-	* pthread_create.c (start_thread): Ca;; __ctype_init.
+	* pthread_create.c (start_thread): Call __ctype_init.
 
 2011-09-15  Andreas Schwab  <schwab@redhat.com>