From f1c9f20c84c1f28e66308a757375763b86df97f4 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 11 Feb 2000 20:22:22 +0000 Subject: [PATCH] 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 . --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index 50b52e4c1d..e73f95c8b5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2000-02-11 Ulrich Drepper + * 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 . + * locale/nl_langinfo.c: Correct return value in error case. Don't set errno (PR libc/1582). * manual/locale.texi: Update to reflect change.