Update.
authorUlrich Drepper <drepper@redhat.com>
Thu, 8 Aug 2002 04:16:54 +0000 (04:16 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 8 Aug 2002 04:16:54 +0000 (04:16 +0000)
* sysdeps/generic/libc-tls.c: Likewise.

ChangeLog
elf/rtld.c
sysdeps/generic/libc-tls.c

index accebe7..8c27cb5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
index 44ff5cb..8a14473 100644 (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>
index 6c01f41..af8b886 100644 (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>