History log of /netbsd/tests/lib/libc/sys/t_futex_robust.c (Results 1 – 2 of 2)
Revision Date Author Comments
# eb569094 01-May-2020 thorpej <thorpej@NetBSD.org>

Oops, accidentally #if 0'd some tests, probably while debugging
something else. Correct this silly mistake.


# 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.