about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-02-02 16:39:32 +0000
committerUlrich Drepper <drepper@redhat.com>1999-02-02 16:39:32 +0000
commit5431ece5bb728fdf0b77500be1ae773919e363fd (patch)
treef6e14c0b21465d59c7efea2acdc36c7f2144b87c /ChangeLog
parent813f4f4dff904de333642ffa8c17b9309d8f182e (diff)
downloadglibc-5431ece5bb728fdf0b77500be1ae773919e363fd.tar.gz
glibc-5431ece5bb728fdf0b77500be1ae773919e363fd.tar.xz
glibc-5431ece5bb728fdf0b77500be1ae773919e363fd.zip
Update.
	* elf/dl-load.c: Use alloca, not __alloca.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4f019f3ff8..d01565b16b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,8 @@
 	* nscd/nscd_getgr_r.c: Mark local functions as internal.
 	* nscd/nscd_gethst_r.c: Likewise.
 
+	* elf/dl-load.c: Use alloca, not __alloca.
+
 	* sysdeps/unix/sysv/linux/reboot.c: Make sure first parameter is
 	correctly passed to the kernel even on 64bit platforms.
 	Patch by Bruce Elliott <bde@nwlink.com>.