]> Cypherpunks repositories - gostls13.git/commit
beginnings of a low-level syscall library
authorRob Pike <r@golang.org>
Sat, 26 Jul 2008 21:49:21 +0000 (14:49 -0700)
committerRob Pike <r@golang.org>
Sat, 26 Jul 2008 21:49:21 +0000 (14:49 -0700)
commit20a02661d98f8206a52def4dcca80e89df5482e9
tree82b1a495d349b8e025dab2d7ab72a28e9d689473
parent120827284e3753982e493af8b1c48577e223260c
beginnings of a low-level syscall library

R=ken
OCL=13483
CL=13496
src/cmd/ar/ar.c
src/syscall/Makefile [new file with mode: 0644]
src/syscall/errstr_darwin.go [new file with mode: 0644]
src/syscall/errstr_linux.go [new file with mode: 0644]
src/syscall/syscall.go [new file with mode: 0644]
src/syscall/syscall_amd64_darwin.s [new file with mode: 0644]
src/syscall/syscall_amd64_linux.s [new file with mode: 0644]