diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-09-29 06:19:13 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-09-29 06:19:13 +0000 |
commit | f0189a54434b816a53f9b0fce234fc3e88dbb8ed (patch) | |
tree | ffa00f7a127e3a4322f857705ebf8c8a7bdea9fb /ChangeLog | |
parent | 77586df3f9c466e6c5abb708b6771107d13f273d (diff) | |
download | glibc-f0189a54434b816a53f9b0fce234fc3e88dbb8ed.tar.gz glibc-f0189a54434b816a53f9b0fce234fc3e88dbb8ed.tar.xz glibc-f0189a54434b816a53f9b0fce234fc3e88dbb8ed.zip |
Update.
* elf/ldconfig.c (parse_conf): Print full name of config dir including chroot() path. (main): Remove trailing / from opt_chroot string.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 508e0c3487..2b6441e6b0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2000-09-28 Ulrich Drepper <drepper@redhat.com> + * elf/ldconfig.c (parse_conf): Print full name of config dir + including chroot() path. + (main): Remove trailing / from opt_chroot string. + * include/features.h: Correct description of what happens if no *_SOURCE macro is defined. |