From b6a0a99693379a0ceb9146bf3c38eb313b977e4c Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 24 Feb 2002 04:57:56 +0000 Subject: Update. * attr.c (pthread_getattr_np): Don't take thread descriptor size into account if USE_TLS. * manager.c (pthread_handle_create): Free TLS data structures if call failed. Pass correct stack to clone if USE_TLS. * sysdeps/i386/pt-machine.h: Handle multiple inclusion. * sysdeps/i386/i686/pt-machine.h: Likewise. * sysdeps/i386/tls.h: Unconditionally include . --- linuxthreads/sysdeps/i386/tls.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'linuxthreads/sysdeps/i386/tls.h') diff --git a/linuxthreads/sysdeps/i386/tls.h b/linuxthreads/sysdeps/i386/tls.h index d1975b2017..c1bfd1bca8 100644 --- a/linuxthreads/sysdeps/i386/tls.h +++ b/linuxthreads/sysdeps/i386/tls.h @@ -22,6 +22,8 @@ #include +#include + /* Type for the dtv. */ typedef union dtv { -- cgit v1.2.3