]> Cypherpunks repositories - gostls13.git/commit
read and write never return -1 now: error return is through the error variable only
authorRob Pike <r@golang.org>
Wed, 19 Nov 2008 06:32:01 +0000 (22:32 -0800)
committerRob Pike <r@golang.org>
Wed, 19 Nov 2008 06:32:01 +0000 (22:32 -0800)
commitaddd6fa84608a292983f910d8ab1e3dbbfab71a7
tree036a015a09c9d9fc35c9bbe889d20e2e507eb825
parent497e648e7ec0bb98e2c46e5facbe5ae3837b8312
read and write never return -1 now: error return is through the error variable only

R=rsc
DELTA=13  (9 added, 0 deleted, 4 changed)
OCL=19538
CL=19570
src/lib/os/os_file.go