aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/runtime/sigqueue.cgo
AgeCommit message (Expand)Author
2010-04-20runtime: rename cgo2c, *.cgo to goc2c, *.gocRuss Cox
2010-01-25in C and asm, replace pkg·name with ·nameRuss Cox
2009-12-16runtime: if os/signal is not in use, crash onRuss Cox
2009-12-15os/signal: new packageDavid Symonds