]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Mon, 3 Mar 2003 07:31:25 +0000 (07:31 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 3 Mar 2003 07:31:25 +0000 (07:31 +0000)
* elf/dl-load.c (struct filebuf): Reduce buf array to 512 bytes.

ChangeLog
nptl/ChangeLog

index d5bb04f8f67c4ac6ba13af7e7dd79b31509e2292..280abaad1508633329c056f08ef3229402b60b57 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2003-03-02  Ulrich Drepper  <drepper@redhat.com>
 
+       * elf/dl-load.c (struct filebuf): Reduce buf array to 512 bytes.
+
        * sysdeps/generic/bits/time.h: Define CLOCK_MONOTONIC.
        * sysdeps/posix/clock_getres.c: Define code for CLOCK_REALTIME only
        if not already defined.  Use SYSDEP_GETRES to allow other files to
index 0b8afcdab62fc69fbaae379f82f27f088b69e2de..ba075bb943540b3cc5709a1d9c7c8e75210d6f4a 100644 (file)
@@ -1,5 +1,8 @@
 2003-03-02  Ulrich Drepper  <drepper@redhat.com>
 
+       * sysdeps/pthread/timer_create.c (timer_create): Return correct
+       error for CPU clocks.
+
        * sysdeps/unix/sysv/linux/bits/posix_opt.h: Define
        _POSIX_MONOTONIC_CLOCK.
        * sysdeps/unix/sysv/linux/i386/bits/posix_opt.h: Likewise.