diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-10-09 17:00:06 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-10-09 17:00:06 +0000 |
commit | 65e6f476b041657cf924d77e35e48bf1c9e0b284 (patch) | |
tree | 07300c605a3d2e88dad80a4584af406a754ab3e1 | |
parent | d3c79d4ae79b0fa30df1948e77a47e898efdca30 (diff) | |
download | glibc-65e6f476b041657cf924d77e35e48bf1c9e0b284.zip glibc-65e6f476b041657cf924d77e35e48bf1c9e0b284.tar.gz glibc-65e6f476b041657cf924d77e35e48bf1c9e0b284.tar.bz2 |
Update.
2002-10-09 Jakub Jelinek <jakub@redhat.com>
* no-tsd.c: Include stdlib.h.
-rw-r--r-- | linuxthreads/ChangeLog | 4 | ||||
-rw-r--r-- | linuxthreads/no-tsd.c | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 164b7d5..0e82d60 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,7 @@ +2002-10-09 Jakub Jelinek <jakub@redhat.com> + + * no-tsd.c: Include stdlib.h. + 2002-10-07 Jakub Jelinek <jakub@redhat.com> * sysdeps/unix/sysv/linux/allocalim.h: New file. diff --git a/linuxthreads/no-tsd.c b/linuxthreads/no-tsd.c index de6c294..c1cc3ad 100644 --- a/linuxthreads/no-tsd.c +++ b/linuxthreads/no-tsd.c @@ -18,6 +18,7 @@ Boston, MA 02111-1307, USA. */ #include <sys/cdefs.h> /* for __const */ +#include <stdlib.h> #include <bits/libc-tsd.h> #if !(USE_TLS && HAVE___THREAD) |