Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-06-14 | syscall: gofmt | Ian Lance Taylor | 1 | -0/+1 | |
Add blank lines after //sys comments where needed, and then run gofmt on the syscall package with the new formatter. This is the libgo version of CL 407136. Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/412074 | |||||
2020-12-07 | syscall: don't use AF_LINK on hurd | Ian Lance Taylor | 1 | -0/+101 | |
Patch from Svante Signell. Fixes PR go/98153 Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/275939 |