about summary refs log tree commit diff
path: root/nptl/futex-internal.c
Commit message (Collapse)AuthorAgeFilesLines
* nptl: Move futex-internal into libcFlorian Weimer2021-02-221-2/+2
| | | | | | | | This moves __futex_abstimed_wait64 and __futex_abstimed_wait_cancelable64 and exports these functions as GLIBC_PRIVATE. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
* nptl: Move futex-internal.c into main nptl directoryFlorian Weimer2021-02-221-0/+126
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>