From 65e6f476b041657cf924d77e35e48bf1c9e0b284 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 9 Oct 2002 17:00:06 +0000 Subject: Update. 2002-10-09 Jakub Jelinek * no-tsd.c: Include stdlib.h. --- linuxthreads/ChangeLog | 4 ++++ linuxthreads/no-tsd.c | 1 + 2 files changed, 5 insertions(+) diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 164b7d5fd5..0e82d60683 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,7 @@ +2002-10-09 Jakub Jelinek + + * no-tsd.c: Include stdlib.h. + 2002-10-07 Jakub Jelinek * sysdeps/unix/sysv/linux/allocalim.h: New file. diff --git a/linuxthreads/no-tsd.c b/linuxthreads/no-tsd.c index de6c2945aa..c1cc3adc0f 100644 --- a/linuxthreads/no-tsd.c +++ b/linuxthreads/no-tsd.c @@ -18,6 +18,7 @@ Boston, MA 02111-1307, USA. */ #include /* for __const */ +#include #include #if !(USE_TLS && HAVE___THREAD) -- cgit v1.2.3