]> Cypherpunks repositories - gostls13.git/commit
os: do not assume syscall.Write will write everything
authorRuss Cox <rsc@golang.org>
Thu, 15 Mar 2012 19:10:19 +0000 (15:10 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 15 Mar 2012 19:10:19 +0000 (15:10 -0400)
commitb7b36524143e64738997ce3dbcfe38437e070f3c
treef4b8d6a2214cd8eda9dae793f55504913621e31d
parent20760e43356472f7c596ab2632fc069231af3ba0
os: do not assume syscall.Write will write everything

Fixes #3323.

R=golang-dev, remyoudompheng, gri
CC=golang-dev
https://golang.org/cl/5837047
src/pkg/os/file_unix.go