Natanael Copa 6f07567ef5 main/gcc: fix build with musl 1.2.3
fix the build error:
sysinfo.go:6606:7: error: redefinition of 'SYS_SECCOMP'
 6606 | const SYS_SECCOMP = _SYS_SECCOMP
      |       ^
sysinfo.go:6600:7: note: previous definition of 'SYS_SECCOMP' was here
 6600 | const SYS_SECCOMP = _SYS_seccomp
      |       ^

Upstream report:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105225
2022-04-11 19:12:09 +02:00
..