mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
Fix ia64 build error in lll_futex_timed_wait_bitset
This commit is contained in:
@ -95,7 +95,7 @@
|
||||
({ \
|
||||
int __op = FUTEX_WAIT_BITSET | (clockbit); \
|
||||
\
|
||||
DO_INLINE_SYSCALL(futex, 4, (long) (ftx), \
|
||||
DO_INLINE_SYSCALL(futex, 6, (long) (ftx), \
|
||||
__lll_private_flag (__op, private), \
|
||||
(int) (val), (long) (timespec), NULL /* Unused. */, \
|
||||
FUTEX_BITSET_MATCH_ANY); \
|
||||
|
Reference in New Issue
Block a user