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 01c3e6b..2c6bea0 100644 (file)
@@ -1 +1 @@
-NPTL 0.45 by Ulrich Drepper
+NPTL 0.46 by Ulrich Drepper
index 5a58b5a..948b169 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)