CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2021/06/11 04:29:33
Modified files: lib/libc/sys : Makefile.inc Log message: Since futex(2) can fail, it needs a full syscall stub. This should fixes issues on powerpc64 and sparc64. Note that this makes the lib/libpthread/errno test fail since that test detects that we are touching errno now. This will be addressed in a future diff as it is not entirely clear whether the test is correct. ok mpi@, bluhm@