From 8d4b5a8a50fad0ed1005380aa8d1c13dcfdab08d Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 7 Feb 2002 06:38:57 +0000 Subject: Update. 2002-02-06 Ulrich Drepper * configure.in: Add --without-tls option. * sysdeps/i386/elf/configure.in: Don't check for TLS support if --without-tls is given. * sysdeps/generic/dl-tls.c: Include . * sysdeps/i386/dl-tls.h: Don't define anything if !USE_TLS. --- linuxthreads/sysdeps/i386/tls.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'linuxthreads/sysdeps') diff --git a/linuxthreads/sysdeps/i386/tls.h b/linuxthreads/sysdeps/i386/tls.h index ed95e210c7..870832c6f0 100644 --- a/linuxthreads/sysdeps/i386/tls.h +++ b/linuxthreads/sysdeps/i386/tls.h @@ -20,6 +20,8 @@ #ifndef _TLS_H #define _TLS_H +#include + /* Type for the dtv. */ typedef union dtv { -- cgit v1.2.3-70-g09d2