Update.
authorUlrich Drepper <drepper@redhat.com>
Wed, 9 Oct 2002 17:00:06 +0000 (17:00 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 9 Oct 2002 17:00:06 +0000 (17:00 +0000)
2002-10-09  Jakub Jelinek  <jakub@redhat.com>

* no-tsd.c: Include stdlib.h.

linuxthreads/ChangeLog
linuxthreads/no-tsd.c

index 164b7d5..0e82d60 100644 (file)
@@ -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.
index de6c294..c1cc3ad 100644 (file)
@@ -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)