Closed
Description
Lines 5660 to 5667 in 8267929
Why are we pretending that sigaction
can be missing (NOSYS
) on POSIX? This is an extremely fundamental function. I've worked on several projects that needed to run on bizarre and broken "POSIX-ish" systems, and I don't recall ever having to worry that sigaction
of all things was missing.
Any objections to removing NOSYS
from that prong?