aboutsummaryrefslogtreecommitdiff
path: root/nptl/sysdeps/i386
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/sysdeps/i386
parent2fa2ae85cadef6af47826dcddfb4e6d8a4c8b5a3 (diff)
downloadglibc-10d005f77f0dfb5b7abaf4e78b875964ceaa7ed4.tar
glibc-10d005f77f0dfb5b7abaf4e78b875964ceaa7ed4.tar.gz
glibc-10d005f77f0dfb5b7abaf4e78b875964ceaa7ed4.tar.bz2
glibc-10d005f77f0dfb5b7abaf4e78b875964ceaa7ed4.zip
Remove unnecessary include from x86-32 tls.h
Diffstat (limited to 'nptl/sysdeps/i386')
-rw-r--r--nptl/sysdeps/i386/tls.h1
1 files changed, 0 insertions, 1 deletions
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 <stddef.h>
# include <stdint.h>
# include <stdlib.h>
-//# include <list.h>
# include <sysdep.h>
# include <kernel-features.h>