]> sourceware.org Git - glibc.git/commit
futex: Remove not used futex_reltimed_wait{_cancelable}
authorLukasz Majewski <lukma@denx.de>
Tue, 1 Dec 2020 10:25:11 +0000 (11:25 +0100)
committerLukasz Majewski <lukma@denx.de>
Fri, 4 Dec 2020 09:04:38 +0000 (10:04 +0100)
commit4ec2e738032b5671b9a6e0987d7c7305a1c41f68
treedfcf5a0b1d1ebc3dbd271ed99f081defe2f8e02c
parent47f78f36836f480b2b7a2041480be966b3a698e3
futex: Remove not used futex_reltimed_wait{_cancelable}

After gai_suspend and aio_suspend conversion to support 64 bit time and
hence rewriting the code to use only absolute variants of futex wait
functions (i.e. __futex_abstimed_wait64 and __futex_abstimed_wait_cancelable64)
futex_reltimed_wait{_cancelable} are not needed anymore and can be removed.

Build tests:
./src/scripts/build-many-glibcs.py glibcs

Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
sysdeps/nptl/futex-internal.h
This page took 0.038631 seconds and 5 git commands to generate.