diff options
author | Roland McGrath <roland@gnu.org> | 2004-03-18 08:43:41 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2004-03-18 08:43:41 +0000 |
commit | 8e115d80b07f17a11690c108918f847846a752da (patch) | |
tree | c88a7450fcd78220ab11e77f2af8ffb4b160a6b5 /ChangeLog | |
parent | 766e042d530901453109869bf3b64b5f0771b5ba (diff) | |
download | glibc-8e115d80b07f17a11690c108918f847846a752da.tar glibc-8e115d80b07f17a11690c108918f847846a752da.tar.gz glibc-8e115d80b07f17a11690c108918f847846a752da.tar.bz2 glibc-8e115d80b07f17a11690c108918f847846a752da.zip |
* elf/ldconfig.c (parse_conf_include): New function.
(parse_conf): Call it to parse lines starting with "include".
Remaining words are glob patterns for more config files to read.
Take additional bool argument to disable opt_chroot processing.
(main): Update caller.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2004-03-18 Roland McGrath <roland@redhat.com> + + * elf/ldconfig.c (parse_conf_include): New function. + (parse_conf): Call it to parse lines starting with "include". + Remaining words are glob patterns for more config files to read. + Take additional bool argument to disable opt_chroot processing. + (main): Update caller. + 2004-03-17 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/ia64/ioperm.c (_iopl): Match EPERM error |