aboutsummaryrefslogtreecommitdiff
path: root/nptl/sysdeps/pthread/posix-timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'nptl/sysdeps/pthread/posix-timer.h')
-rw-r--r--nptl/sysdeps/pthread/posix-timer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/nptl/sysdeps/pthread/posix-timer.h b/nptl/sysdeps/pthread/posix-timer.h
index 5a58b5a814..948b1694c4 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)