summaryrefslogtreecommitdiff
path: root/user/gitlab-runner/fix-multiple-redef-seek.patch
AgeCommit message (Collapse)AuthorFilesLines
2023-01-04user/gitlab-runner: patch armv7 for multiple redefinition 'seek'.Zach van Rijn1-0/+38
the file: sys/unix/syscall_linux_arm.go seems to declare 'seek()' as a prototype, the implementation being: sys/unix/syscall_linux_gccgo_arm.go however it isn't immediately clear why the conflict occurs, unless it has to do with our Makefile patches, which CGO_ENABLED=1? fixes #956