From f0a91bb4268826867438f4e2547188495f16db25 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 14 Jun 2003 16:47:07 +0000 Subject: Bump to 0.46. --- nptl/sysdeps/pthread/posix-timer.h | 1 + 1 file changed, 1 insertion(+) (limited to 'nptl/sysdeps') diff --git a/nptl/sysdeps/pthread/posix-timer.h b/nptl/sysdeps/pthread/posix-timer.h index 5a58b5a..948b169 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) -- cgit v1.1