Bump to 0.46.

This commit is contained in:
Ulrich Drepper 2003-06-14 16:47:07 +00:00
parent cc8fb6f394
commit f0a91bb426
2 changed files with 2 additions and 1 deletions

View File

@ -1 +1 @@
NPTL 0.45 by Ulrich Drepper
NPTL 0.46 by Ulrich Drepper

View File

@ -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)