2002-10-09  Jakub Jelinek  <jakub@redhat.com>

	* no-tsd.c: Include stdlib.h.
This commit is contained in:
Ulrich Drepper 2002-10-09 17:00:06 +00:00
parent d3c79d4ae7
commit 65e6f476b0
2 changed files with 5 additions and 0 deletions

View 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.

View 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)