aboutsummaryrefslogtreecommitdiff
path: root/libgo/go/syscall/socket_hurd.go
AgeCommit message (Collapse)AuthorFilesLines
2022-06-14syscall: gofmtIan Lance Taylor1-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-07syscall: don't use AF_LINK on hurdIan Lance Taylor1-0/+101
Patch from Svante Signell. Fixes PR go/98153 Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/275939