]> Cypherpunks repositories - gostls13.git/commit
os: Plan 9: avoid doing zero-length writes.
authorAkshat Kumar <seed@mail.nanosouffle.net>
Fri, 22 Feb 2013 22:06:25 +0000 (23:06 +0100)
committerRon Minnich <rminnich@gmail.com>
Fri, 22 Feb 2013 22:06:25 +0000 (23:06 +0100)
commit722ee1f4797a81916b19e80df479058897c44923
tree356bb1f4003c4eee995ac4e11479bcc4ed056ba5
parent56a0bafdb66c95f31de86d9a713fa819911d50a5
os: Plan 9: avoid doing zero-length writes.

Plan 9 I/O preserves message boundaries, while Go
library code is written for UNIX-like operating
systems which do not. Avoid doing zero-length
writes in package os.

R=rsc, rminnich, ality, rminnich, r
CC=golang-dev
https://golang.org/cl/7406046
src/pkg/os/file_plan9.go