ref: 8a92415ad8220c1f651b0ed6338efb072e848d5c
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) }