• Russ Cox's avatar
    syscall: use error · c017a829
    Russ Cox authored
    - 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
    c017a829
Name
Last commit
Last update
..
Makefile Loading commit data...
ast.go Loading commit data...
doc.go Loading commit data...
gcc.go Loading commit data...
godefs.go Loading commit data...
main.go Loading commit data...
out.go Loading commit data...
util.go Loading commit data...