Always send the entire buffer in mtwrite.
authorFredrik Tolf <fredrik@dolda2000.com>
Fri, 20 Aug 2010 15:44:56 +0000 (17:44 +0200)
committerFredrik Tolf <fredrik@dolda2000.com>
Fri, 20 Aug 2010 15:44:56 +0000 (17:44 +0200)
If not, then libc considers it an error, as with the fwrite(3)
protocol. That does, however, seem to violate what is specified in the
manual, which states that mtwrite should work like write(2).


No differences found