]> Cypherpunks repositories - gostls13.git/commit
make readfile work on darwin
authorRob Pike <r@golang.org>
Thu, 26 Jun 2008 22:26:27 +0000 (15:26 -0700)
committerRob Pike <r@golang.org>
Thu, 26 Jun 2008 22:26:27 +0000 (15:26 -0700)
commit66b240c7a45f438538797b15457c47102e9819d6
treea1e2a158cf1af2d06083eac22944cf447496e64b
parent2b8db5a4390a02c2144d414fa0403a71d40006bc
make readfile work on darwin
parameterize the system interface a bit

SVN=124981
src/runtime/Makefile
src/runtime/amd64_darwin.h [new file with mode: 0644]
src/runtime/amd64_linux.h [new file with mode: 0644]
src/runtime/rt0_amd64_darwin.s
src/runtime/sys_file.c
src/runtime/sys_structs.h [new file with mode: 0644]