diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-02-11 20:22:22 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-02-11 20:22:22 +0000 |
commit | f1c9f20c84c1f28e66308a757375763b86df97f4 (patch) | |
tree | cf8b64b54b53a22c3c681e107db918ffbd19060f | |
parent | 6941c42ad86ca791a8e8c9645a52f180a144ad20 (diff) | |
download | glibc-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>.
-rw-r--r-- | ChangeLog | 4 |
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. |