Consolidate futex-internal.h
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Tue, 29 Oct 2019 21:52:19 +0000 (18:52 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Thu, 31 Oct 2019 14:08:54 +0000 (11:08 -0300)
commitb865eed0ac73e385b32de7f97003f44e4798b8d4
treeb0fcbdfdef23330ddcec388a7a4b990e12fd25c8
parentff12e0fb91b9072800f031cb21fb2651ee7b6251
Consolidate futex-internal.h

NPTL is already Linux specific, there is no need to parametrize futex
operations and add a sysdep Linux specific implementation.  This patch
moves the relevant Linux code to nptl one.

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

Reviewed-by: Carlos O'Donell <carlos@redhat.com>
sysdeps/nptl/futex-internal.h
sysdeps/unix/sysv/linux/futex-internal.h [deleted file]