ref: 2b1c13ce2d20ce2b4e68e1daf08a1679d94fe397
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) }