From: Ulrich Drepper Date: Sat, 14 Jun 2003 16:47:07 +0000 (+0000) Subject: Bump to 0.46. X-Git-Tag: cvs/glibc-2_3_3~591 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f0a91bb4268826867438f4e2547188495f16db25;p=thirdparty%2Fglibc.git Bump to 0.46. --- diff --git a/nptl/Banner b/nptl/Banner index 01c3e6bf0dc..2c6bea0297d 100644 --- a/nptl/Banner +++ b/nptl/Banner @@ -1 +1 @@ -NPTL 0.45 by Ulrich Drepper +NPTL 0.46 by Ulrich Drepper diff --git a/nptl/sysdeps/pthread/posix-timer.h b/nptl/sysdeps/pthread/posix-timer.h index 5a58b5a814e..948b1694c45 100644 --- a/nptl/sysdeps/pthread/posix-timer.h +++ b/nptl/sysdeps/pthread/posix-timer.h @@ -129,6 +129,7 @@ timer_delref (struct timer_node *timer) /* Timespec helper routines. */ static inline int +__attribute ((always_inline)) timespec_compare (const struct timespec *left, const struct timespec *right) { if (left->tv_sec < right->tv_sec)