mirror of
git://sourceware.org/git/glibc.git
synced 2025-04-06 14:10:30 +08:00
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. */
|
||||
static inline int
|
||||
__attribute ((always_inline))
|
||||
timespec_compare (const struct timespec *left, const struct timespec *right)
|
||||
{
|
||||
if (left->tv_sec < right->tv_sec)
|
||||
|
Loading…
x
Reference in New Issue
Block a user