Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
2002-10-09  Jakub Jelinek  <jakub@redhat.com>

	* no-tsd.c: Include stdlib.h.
  • Loading branch information
Ulrich Drepper committed Oct 9, 2002
1 parent d3c79d4 commit 65e6f47
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions linuxthreads/ChangeLog
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
1 change: 1 addition & 0 deletions linuxthreads/no-tsd.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 65e6f47

Please sign in to comment.