From 10d005f77f0dfb5b7abaf4e78b875964ceaa7ed4 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 23 Oct 2011 16:31:09 -0400 Subject: [PATCH] Remove unnecessary include from x86-32 tls.h --- nptl/ChangeLog | 6 +++++- nptl/sysdeps/i386/tls.h | 1 - 2 files changed, 5 insertions(+), 2 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 + + * sysdeps/i386/tls.h: Remove #include . + 2011-10-15 Ulrich Drepper - * pthread_create.c (start_thread): Ca;; __ctype_init. + * pthread_create.c (start_thread): Call __ctype_init. 2011-09-15 Andreas Schwab diff --git a/nptl/sysdeps/i386/tls.h b/nptl/sysdeps/i386/tls.h index 428f203314..3d74338970 100644 --- a/nptl/sysdeps/i386/tls.h +++ b/nptl/sysdeps/i386/tls.h @@ -26,7 +26,6 @@ # include # include # include -//# include # include # include -- 2.43.5