From: Ulrich Drepper Date: Mon, 3 Mar 2003 07:31:25 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc-2_3_3~1390 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1be3d6642edbba6500c7f417f30d6f7d9fbd09bb;p=thirdparty%2Fglibc.git Update. * elf/dl-load.c (struct filebuf): Reduce buf array to 512 bytes. --- diff --git a/ChangeLog b/ChangeLog index d5bb04f8f67..280abaad150 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2003-03-02 Ulrich Drepper + * 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 diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 0b8afcdab62..ba075bb9435 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,5 +1,8 @@ 2003-03-02 Ulrich Drepper + * 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.