aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/cgo/gcc_sigaction.c
AgeCommit message (Expand)Author
2021-05-10runtime/cgo,cmd/internal/obj/ppc64: fix signals with cgoLynn Boger
2021-04-13all: simplify the spelling of LinuxBrad Fitzpatrick
2018-05-16runtime/cgo: use size_t in sizeof result comparisonAlberto Donizetti
2018-05-02runtime: enable memory sanitizer on arm64Fangming.Fang
2017-05-26runtime/cgo: add TSAN annotations for C sigaction callBryan C. Mills
2017-03-09runtime/cgo: return correct sa_flagsBryan C. Mills
2016-11-16runtime/cgo: fixes for calling sigaction in CIan Lance Taylor
2016-11-16runtime/cgo: use libc for sigaction syscalls when possibleBryan C. Mills