Update.
authorUlrich Drepper <drepper@redhat.com>
Fri, 24 Aug 2001 19:56:19 +0000 (19:56 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 24 Aug 2001 19:56:19 +0000 (19:56 +0000)
* elf/rtld.c: Include <sys/param.h>.
* elf/dl-reloc.c: Likewise.

ChangeLog
elf/dl-reloc.c
elf/rtld.c

index 7fad9f80b3c1a021a48a90a9026b67c2b29983fc..b34092eeba78eafbc496913bc06d810655dc8a82 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,8 @@
        * elf/do-rel.h (elf_dynamic_do_rel): Fix problem with ld.so
        startup.  Explicitly remove lazy part for RTLD_BOOTSTRAP since gcc
        doesn't do it.
+       * elf/rtld.c: Include <sys/param.h>.
+       * elf/dl-reloc.c: Likewise.
 
 2001-08-24  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
 
index b46d3bcf474497b498408e18e258fc397eacabb2..99cb18962d6ec0578eaf9599f65566f03e1071ad 100644 (file)
@@ -23,6 +23,7 @@
 #include <unistd.h>
 #include <ldsodefs.h>
 #include <sys/mman.h>
+#include <sys/param.h>
 #include <sys/types.h>
 #include "dynamic-link.h"
 
index 1df74df662d3e5d131fae7cfdb1cf9b597b7155a..c46f2d1a13730c2ee02a91f9fef44f0b3605ba61 100644 (file)
@@ -22,6 +22,7 @@
 #include <string.h>
 #include <unistd.h>
 #include <sys/mman.h>          /* Check if MAP_ANON is defined.  */
+#include <sys/param.h>
 #include <sys/stat.h>
 #include <ldsodefs.h>
 #include <stdio-common/_itoa.h>