CVSROOT: /cvs Module name: ports Changes by: [email protected] 2022/01/25 07:17:54
Modified files:
misc/posixtestsuite: Makefile
Added files:
misc/posixtestsuite/patches:
patch-conformance_interfaces_sigpause_4-1_c
Log message:
Our sigpause(3) does not implement POSIX semantics, but BSD behavior.
As sigpause(-1) with BSD semantics blocks SIGALRM, this code does
neither terminate nor timeout on OpenBSD. Disable the test.
