Support non-blocking pipe I/O in write() on native Windows.
authorBruno Haible <bruno@clisp.org>
Thu, 14 Apr 2011 21:42:01 +0000 (23:42 +0200)
committerBruno Haible <bruno@clisp.org>
Thu, 14 Apr 2011 21:42:01 +0000 (23:42 +0200)
commit73899ad375e2b795e1caaac9a75b99bc87cd9aea
treedd7a5dc42e05fdafd91742cf309e5f60b15f67ac
parent93dca9da5d488fcf40c38f63d9762a9f54b1a8b0
Support non-blocking pipe I/O in write() on native Windows.

* lib/write.c (rpl_write): Split a write request that failed merely
because the byte count was larger than the pipe buffer's size.
* doc/posix-functions/write.texi: Mention the problem with large byte
counts.
ChangeLog
doc/posix-functions/write.texi
lib/write.c