diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-06-14 16:47:07 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-06-14 16:47:07 +0000 |
commit | f0a91bb4268826867438f4e2547188495f16db25 (patch) | |
tree | 3b2e32271efee4e2d2ef8f8666ba95275a01989c | |
parent | cc8fb6f394d7b1b0413ca8cce73776cfb6fab5d2 (diff) | |
download | glibc-f0a91bb4268826867438f4e2547188495f16db25.tar.gz glibc-f0a91bb4268826867438f4e2547188495f16db25.tar.xz glibc-f0a91bb4268826867438f4e2547188495f16db25.zip |
Bump to 0.46.
-rw-r--r-- | nptl/Banner | 2 | ||||
-rw-r--r-- | nptl/sysdeps/pthread/posix-timer.h | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/nptl/Banner b/nptl/Banner index 01c3e6bf0d..2c6bea0297 100644 --- a/nptl/Banner +++ b/nptl/Banner @@ -1 +1 @@ -NPTL 0.45 by Ulrich Drepper +NPTL 0.46 by Ulrich Drepper 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) |