On Fri, Apr 15, 2022 at 6:38 AM Sören Tempel wrote: > > Attached are two small git-format-patch(1) files which add support for > musl libc to gofrontend's mksigtab.sh script. They address the following > issues: > > * Signal 34 is special on musl and is used internally for > setgid . > * SIGPOLL uses the same signal number as SIGIO on musl. This > causes a build failure as the map keys are not unique then. > > Let me know if you need me to provide more information or if the patches > need to be revised in any way. Thanks, both committed. Going forward please use the process at https://go.dev/doc/gccgo_contribute or also send the patches to gcc-patches@gcc.gnu.org. Thanks. Ian