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 /nptl/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 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index d859ecf093..4734c73bc6 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,8 @@ +2004-03-17 Roland McGrath <roland@redhat.com> + + * sysdeps/unix/sysv/linux/timer_create.c (timer_create): Pass missing + first argument to clock_getres so we ever enable kernel timers. + 2004-03-15 Ulrich Weigand <uweigand@de.ibm.com> * init.c (nptl_version): Add __attribute_used__ to nptl_version. |