• 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
doc Loading commit data...
include Loading commit data...
lib Loading commit data...
misc Loading commit data...
src Loading commit data...
test Loading commit data...
.hgignore Loading commit data...
.hgtags Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README Loading commit data...
favicon.ico Loading commit data...
robots.txt Loading commit data...