about summary refs log tree commit diff
path: root/nptl/sysdeps/pthread/posix-timer.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-06-14 16:47:07 +0000
committerUlrich Drepper <drepper@redhat.com>2003-06-14 16:47:07 +0000
commitf0a91bb4268826867438f4e2547188495f16db25 (patch)
tree3b2e32271efee4e2d2ef8f8666ba95275a01989c /nptl/sysdeps/pthread/posix-timer.h
parentcc8fb6f394d7b1b0413ca8cce73776cfb6fab5d2 (diff)
downloadglibc-f0a91bb4268826867438f4e2547188495f16db25.tar.gz
glibc-f0a91bb4268826867438f4e2547188495f16db25.tar.xz
glibc-f0a91bb4268826867438f4e2547188495f16db25.zip
Bump to 0.46.
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)