]> Cypherpunks repositories - gostls13.git/commit
portable stat for os
authorRob Pike <r@golang.org>
Sat, 7 Feb 2009 01:54:26 +0000 (17:54 -0800)
committerRob Pike <r@golang.org>
Sat, 7 Feb 2009 01:54:26 +0000 (17:54 -0800)
commit704bc9d5c95858fd43151f19e7e4de6c99142f1c
tree2c4197b8de65fcc683cb84de39fb2de011f08a9f
parent69c41d7f5f965ba8e4f6dea5b6cdbeb348f13ba1
portable stat for os
add name to os.FD
clean up some interfaces

R=rsc
DELTA=318  (231 added, 44 deleted, 43 changed)
OCL=24624
CL=24627
src/lib/io/io.go
src/lib/net/fd.go
src/lib/os/Makefile
src/lib/os/os_file.go
src/lib/os/os_test.go [new file with mode: 0644]
src/lib/os/os_types.go [new file with mode: 0644]
src/lib/os/stat_amd64_darwin.go [new file with mode: 0644]
src/lib/os/stat_amd64_linux.go [new file with mode: 0644]
src/lib/syscall/file_linux.go
src/lib/syscall/syscall.go
src/lib/utf8_test.go