about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-02-11 20:22:22 +0000
committerUlrich Drepper <drepper@redhat.com>2000-02-11 20:22:22 +0000
commitf1c9f20c84c1f28e66308a757375763b86df97f4 (patch)
treecf8b64b54b53a22c3c681e107db918ffbd19060f /ChangeLog
parent6941c42ad86ca791a8e8c9645a52f180a144ad20 (diff)
downloadglibc-f1c9f20c84c1f28e66308a757375763b86df97f4.tar.gz
glibc-f1c9f20c84c1f28e66308a757375763b86df97f4.tar.xz
glibc-f1c9f20c84c1f28e66308a757375763b86df97f4.zip
Update.
	* sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Define ELF_* constants
	and elf_* types to interpret values passed up from the kernel.
	Patch by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 50b52e4c1d..e73f95c8b5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2000-02-11  Ulrich Drepper  <drepper@redhat.com>
 
+	* sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Define ELF_* constants
+	and elf_* types to interpret values passed up from the kernel.
+	Patch by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
+
 	* locale/nl_langinfo.c: Correct return value in error case.  Don't
 	set errno (PR libc/1582).
 	* manual/locale.texi: Update to reflect change.