also ensure that write buffer is bounded when __stdio_write returns
authorRich Felker <dalias@aerifal.cx>
Tue, 17 Apr 2012 15:08:11 +0000 (11:08 -0400)
committerRich Felker <dalias@aerifal.cx>
Tue, 17 Apr 2012 15:08:11 +0000 (11:08 -0400)
commitb7a2761780c28cd0167ce4e51623e42298096708
tree6919a6a6dd831974f785ca9b698387cb69e89118
parentb5a8b28915aad17b6f49ccacd6d3fef3890844d1
also ensure that write buffer is bounded when __stdio_write returns

assuming other code is correct, this should be a no-op, but better to
be safe...
src/stdio/__stdio_write.c