aboutsummaryrefslogtreecommitdiff
path: root/libgo/go/syscall/wait.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-27re PR go/90614 (gcc-9.1.0/libgo/go/syscall/wait.c:54:22: error: unused parame...Ian Lance Taylor1-1/+1
2019-02-15compiler, runtime: harmonize types referenced by both C and GoIan Lance Taylor1-8/+8
2019-02-12syscall: don't assume that WIFCONTINUED is definedIan Lance Taylor1-0/+4
2018-01-24compiler: rationalize external symbol namesIan Lance Taylor1-9/+9
2017-05-10Big merge of changes to gofrontend repo that were postponed due to theIan Lance Taylor1-0/+4
2013-01-24re PR go/46986 (Go is not supported on Darwin)Ian Lance Taylor1-9/+11
2012-05-14libgo: Use -fgo-pkgpath.Ian Lance Taylor1-9/+9
2011-12-20libgo: Fix use of -D_GNU_SOURCE and friends when building libgo.Ian Lance Taylor1-3/+0
2011-10-25Fix Solaris build.Ian Lance Taylor1-1/+1
2011-10-23Implement new syscall package.Ian Lance Taylor1-0/+107