mirror of git://sourceware.org/git/glibc.git
Bump to 0.46.
This commit is contained in:
parent
cc8fb6f394
commit
f0a91bb426
|
|
@ -1 +1 @@
|
||||||
NPTL 0.45 by Ulrich Drepper
|
NPTL 0.46 by Ulrich Drepper
|
||||||
|
|
|
||||||
|
|
@ -129,6 +129,7 @@ timer_delref (struct timer_node *timer)
|
||||||
|
|
||||||
/* Timespec helper routines. */
|
/* Timespec helper routines. */
|
||||||
static inline int
|
static inline int
|
||||||
|
__attribute ((always_inline))
|
||||||
timespec_compare (const struct timespec *left, const struct timespec *right)
|
timespec_compare (const struct timespec *left, const struct timespec *right)
|
||||||
{
|
{
|
||||||
if (left->tv_sec < right->tv_sec)
|
if (left->tv_sec < right->tv_sec)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue