mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-25 02:33:36 +08:00
2008-03-14 Carlos O'Donell <carlos@codesourcery.com>
Guy Martin <gmsoft@tuxicoman.be> [BZ #5923] * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Pass timespec and futexp.
This commit is contained in:
parent
2af06d0d3e
commit
ad9393f0e1
@ -1,3 +1,10 @@
|
||||
2008-03-14 Carlos O'Donell <carlos@codesourcery.com>
|
||||
Guy Martin <gmsoft@tuxicoman.be>
|
||||
|
||||
[BZ #5923]
|
||||
* sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Pass
|
||||
timespec and futexp.
|
||||
|
||||
2008-02-22 Carlos O'Donell <carlos@codesourcery.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/hppa/Makefile: Remove.
|
||||
|
@ -111,7 +111,7 @@ typedef int lll_lock_t;
|
||||
lll_private_futex_timed_wait (futex, val, NULL)
|
||||
|
||||
#ifdef __ASSUME_PRIVATE_FUTEX
|
||||
# define lll_private_futex_timed_wait(futex, val, timeout) \
|
||||
# define lll_private_futex_timed_wait(futexp, val, timespec) \
|
||||
({ \
|
||||
INTERNAL_SYSCALL_DECL (__err); \
|
||||
long int __ret; \
|
||||
|
Loading…
Reference in New Issue
Block a user