]> sourceware.org Git - glibc.git/commitdiff
Remove unnecessary include from x86-32 tls.h
authorUlrich Drepper <drepper@gmail.com>
Sun, 23 Oct 2011 20:31:09 +0000 (16:31 -0400)
committerUlrich Drepper <drepper@gmail.com>
Sun, 23 Oct 2011 20:31:09 +0000 (16:31 -0400)
nptl/ChangeLog
nptl/sysdeps/i386/tls.h

index 7ff251686c4c5692e8f53abd9faf83a71db58cb7..7b0676381bd9b06bbd2a1eaaed10dea8d8f5962b 100644 (file)
@@ -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>
 
index 428f203314348d463512c31927b504158761aa44..3d7433897001f1067a3a073305d3ba059fa8abf9 100644 (file)
@@ -26,7 +26,6 @@
 # include <stddef.h>
 # include <stdint.h>
 # include <stdlib.h>
-//# include <list.h>
 # include <sysdep.h>
 # include <kernel-features.h>
 
This page took 0.052661 seconds and 5 git commands to generate.