]> Cypherpunks repositories - gostls13.git/commit
add sys.readfile()
authorRob Pike <r@golang.org>
Thu, 26 Jun 2008 21:09:26 +0000 (14:09 -0700)
committerRob Pike <r@golang.org>
Thu, 26 Jun 2008 21:09:26 +0000 (14:09 -0700)
commit3e4e83ab1ee4b860a0ed08ccbe81c059982e89e1
treee446a18d52b4311b7fabada1de0e78b8e72fd773
parent7e21ec300722023af9afb1a243e5bb6a04407dca
add sys.readfile()
add args to linux runtime

SVN=124961
src/cmd/gc/sys.go
src/cmd/gc/sysimport.c
src/runtime/Makefile
src/runtime/rt0_amd64_darwin.s
src/runtime/rt0_amd64_linux.s
src/runtime/runtime.h
src/runtime/sys_file.c [new file with mode: 0644]