ref: 4078198dee11c72b6e735e704d21a2c0f39cb575
dir: /lib/sys/setup+posixy.myr/
use "sys" pkg sys = ;; const __init__ = { var sa, osa /* is there ever a time we care about sigpipe? */ sa = [ .handler = ({;} : byte#), .flags = sys.Sarestart, ] sys.sigaction(Sigpipe, &sa, &osa) }