]> git.ipfire.org Git - thirdparty/glibc.git/commit
nptl: Replace lll_futex_wake with futex-internal.h
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Mon, 23 Nov 2020 13:38:12 +0000 (10:38 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Wed, 25 Nov 2020 13:43:18 +0000 (10:43 -0300)
commitb45b1c5ba1df4d0315ffdd00a040ff9bc0597a8d
tree635d26de59ee085627b6b36ee4116c27f74563c6
parent2a45be88ed4753a9756d840b3182a87f2ae1200b
nptl: Replace lll_futex_wake with futex-internal.h

The idea is to make NPTL implementation to use on the functions
provided by futex-internal.h.

Checked on x86_64-linux-gnu and i686-linux-gnu.

Reviewed-by: Lukasz Majewski <lukma@denx.de>
nptl/pthread_mutex_setprioceiling.c
nptl/pthread_mutex_unlock.c
nptl/sem_post.c