aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/testdata/testprogcgo/eintr.go
AgeCommit message (Expand)Author
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2020-05-29runtime: no SIGWINCH to pgrp while GDB is runningMichael Pratt
2020-05-20runtime: allocate fewer bytes during TestEINTRBryan C. Mills
2020-05-13runtime: reduce timing sensitivity in TestEINTRBryan C. Mills
2020-05-11internal/poll, os: loop on EINTRIan Lance Taylor