History log of /netbsd/lib/libc/include/futex_private.h (Results 1 – 2 of 2)
Revision Date Author Comments
# cb9d2a37 16-May-2020 thorpej <thorpej@NetBSD.org>

Avoid pulling in "namespace.h" here, as it can have unintended
effects on consumers of this header.


# 9a08a752 26-Apr-2020 thorpej <thorpej@NetBSD.org>

Add a NetBSD native futex implementation, mostly written by riastradh@.
Map the COMPAT_LINUX futex calls to the native ones.