* sysdeps/generic/libc-tls.c: Likewise.
This commit is contained in:
Ulrich Drepper 2002-08-08 04:16:54 +00:00
parent 0e4b99b65b
commit 7d0b1164e6
3 changed files with 3 additions and 0 deletions

View file

@ -1,6 +1,7 @@
2002-08-07 Ulrich Drepper <drepper@redhat.com>
* elf/rtld.c: Include <errno.h>.
* sysdeps/generic/libc-tls.c: Likewise.
2002-08-07 Roland McGrath <roland@redhat.com>

View file

@ -17,6 +17,7 @@
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307 USA. */
#include <errno.h>
#include <fcntl.h>
#include <stdbool.h>
#include <stdlib.h>

View file

@ -17,6 +17,7 @@
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307 USA. */
#include <errno.h>
#include <ldsodefs.h>
#include <tls.h>
#include <unistd.h>