From 33b5d0cc7fe59c963efc7d450d4cf631712be73f Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 5 Dec 2002 00:44:01 +0000 Subject: Update. 2002-12-05 Jakub Jelinek * sysdeps/i386/tls.h: Include stdlib.h. * sysdeps/x86_64/tls.h: Likewise. --- nptl/ChangeLog | 5 +++++ nptl/sysdeps/i386/tls.h | 1 + nptl/sysdeps/x86_64/tls.h | 1 + 3 files changed, 7 insertions(+) (limited to 'nptl') diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 00a96f4b71..a25ecccc13 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,8 @@ +2002-12-05 Jakub Jelinek + + * sysdeps/i386/tls.h: Include stdlib.h. + * sysdeps/x86_64/tls.h: Likewise. + 2002-12-04 Ulrich Drepper * Makefile (tests): Add tst-locale2. diff --git a/nptl/sysdeps/i386/tls.h b/nptl/sysdeps/i386/tls.h index 4c3a73effc..34783649b2 100644 --- a/nptl/sysdeps/i386/tls.h +++ b/nptl/sysdeps/i386/tls.h @@ -23,6 +23,7 @@ #ifndef __ASSEMBLER__ # include # include +# include /* Type for the dtv. */ diff --git a/nptl/sysdeps/x86_64/tls.h b/nptl/sysdeps/x86_64/tls.h index 8a4b718cf0..af3d202d5b 100644 --- a/nptl/sysdeps/x86_64/tls.h +++ b/nptl/sysdeps/x86_64/tls.h @@ -23,6 +23,7 @@ #ifndef __ASSEMBLER__ # include # include +# include /* Type for the dtv. */ -- cgit v1.2.3