aboutsummaryrefslogtreecommitdiff
path: root/libgo/syscalls/errstr_nor.go
AgeCommit message (Collapse)AuthorFilesLines
2011-10-23Implement new syscall package.Ian Lance Taylor1-32/+0
Calls to library functions now use entersyscall and exitsyscall as appropriate. This is a first step toward multiplexing goroutines onto threads. From-SVN: r180345
2011-03-30libgo: Support systems which do not have strerror_r.Ian Lance Taylor1-0/+32
From-SVN: r171757