aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/cgo/linux_syscall.c
AgeCommit message (Expand)Author
2023-01-24runtime/cgo: use //go:build lines in C and assembly filesTobias Klauser
2021-02-18runtime/cgo: add cast in C code to avoid C compiler warningIan Lance Taylor
2020-12-07runtime/cgo: fix building on muslTonis Tiigi
2020-10-23syscall: support POSIX semantics for Linux syscallsAndrew G. Morgan