Skip to content
Snippets Groups Projects
Commit c017a829 authored by Russ Cox's avatar Russ Cox
Browse files

syscall: use error

- syscall (not os) now defines the Errno type.
- the low-level assembly functions Syscall, Syscall6, and so on
  return Errno, not uintptr
- syscall wrappers all return error, not uintptr.

R=golang-dev, mikioh.mikioh, r, alex.brainman
CC=golang-dev
https://golang.org/cl/5372080
parent b126902e
No related branches found
No related tags found
No related merge requests found
Showing
with 231 additions and 256 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment