]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Bump to 0.46.
authorUlrich Drepper <drepper@redhat.com>
Sat, 14 Jun 2003 16:47:07 +0000 (16:47 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 14 Jun 2003 16:47:07 +0000 (16:47 +0000)
nptl/Banner
nptl/sysdeps/pthread/posix-timer.h

index 01c3e6bf0dc63640d83ce6d5220f6a6d4fb86e91..2c6bea0297d3c4088ea402849e7bc90d0f6448ff 100644 (file)
@@ -1 +1 @@
-NPTL 0.45 by Ulrich Drepper
+NPTL 0.46 by Ulrich Drepper
index 5a58b5a814e89459c69887528c2e1915fd587c06..948b1694c45863b49eefad57f3a1cd5aa4a7c56a 100644 (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)