aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-08-30 23:25:18 +0000
committerUlrich Drepper <drepper@redhat.com>2001-08-30 23:25:18 +0000
commit90d40ab5d4d4acd924efa49d577467947bdf95e5 (patch)
tree50a11c6d840121e4a87a097c7325a99319b74930 /ChangeLog
parent5a3fba993001f71d2c50a1ea59dcc75a721b7ccd (diff)
downloadglibc-90d40ab5d4d4acd924efa49d577467947bdf95e5.zip
glibc-90d40ab5d4d4acd924efa49d577467947bdf95e5.tar.gz
glibc-90d40ab5d4d4acd924efa49d577467947bdf95e5.tar.bz2
Update.
* sysdeps/unix/sysv/linux/ia64/ioperm.c (_ioperm): Use __open instead of open, __close instead of close, __getpagesize instead of getpagesize. R_ALPHA_RELATIVE if RTLD_BOOTSTRAP and HAVE_Z_COMBRELOC. Only check for rtld map if neither RTLD_BOOTSTRAP nor HAVE_Z_COMBRELOC is defined.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 2e206ab..65071a4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2001-08-30 Ulrich Drepper <drepper@redhat.com>
+ * sysdeps/unix/sysv/linux/ia64/ioperm.c (_ioperm): Use __open
+ instead of open, __close instead of close, __getpagesize instead
+ of getpagesize.
+
* string/argz-stringify.c (__argz_stringify): Use __strnlen
instead of strnlen.
* include/string.h (strndupa): Redefine here to use __strnlen
@@ -12,8 +16,8 @@
2001-08-30 Jakub Jelinek <jakub@redhat.com>
* sysdeps/alpha/dl-machine.h (elf_machine_rela): Don't handle
- R_ALPHA_RELATIVE if RTLD_BOOTSTRAP and HAVE_Z_COMBRELOC. Only
- check for rtld map if RTLD_BOOTSTRAP nor HAVE_Z_COMBRELOC is defined.
+ R_ALPHA_RELATIVE if RTLD_BOOTSTRAP and HAVE_Z_COMBRELOC. Only check
+ for rtld map if neither RTLD_BOOTSTRAP nor HAVE_Z_COMBRELOC is defined.
* sysdeps/i386/dl-machine.h (elf_machine_rel): Similarly.
* sysdeps/ia64/dl-machine.h (elf_machine_rel): Similarly.
* sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rel): Similarly.