aboutsummaryrefslogtreecommitdiff
path: root/libgo/runtime/go-varargs.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-21syscall: only compile ptrace varargs shim on LinuxNikhil Benesch1-4/+3
2020-10-15runtime: use correct types in __go_ptrace shimNikhil Benesch1-1/+1
2020-09-24runtime: remove __go_ptrace on AIXClément Chigot1-1/+3
2020-09-17libgo: fix ptrace syscall hooks into glibcPaul E. Murphy1-0/+16
2019-03-19libgo: fix build on AIXIan Lance Taylor1-0/+4
2019-02-15runtime: include <syscall.h> and <sys/syscall.h> if availableIan Lance Taylor1-0/+6
2019-02-15compiler, runtime: harmonize types referenced by both C and GoIan Lance Taylor1-0/+11
2015-11-06libgo: Solaris portability fixes.Ian Lance Taylor1-0/+1
2015-10-31runtime: Remove now unnecessary pad field from ParFor.Ian Lance Taylor1-0/+13
2015-10-07re PR go/67874 (fd_unix.go does not build when there is fcntl64 and no fcntl ...Ian Lance Taylor1-0/+24
2014-06-06libgo: Merge to master revision 19184.Ian Lance Taylor1-0/+6
2013-11-24syscall: Only call varargs libc functions from C code.Ian Lance Taylor1-0/+47