Orthogonal approach to read()/write() that handles EINTR and counts > 2^31
authorBruno Haible <bruno@clisp.org>
Fri, 22 Nov 2002 16:25:53 +0000 (16:25 +0000)
committerBruno Haible <bruno@clisp.org>
Fri, 22 Nov 2002 16:25:53 +0000 (16:25 +0000)
commit849efe7683e163ede9240b27d675977c71c76ce8
tree7a5e7d19690442d0456883fee2046bc2255d3740
parentc44a7e417ba47cd7d9a4ce609f8392f788a9e71e
Orthogonal approach to read()/write() that handles EINTR and counts > 2^31
correctly.
lib/ChangeLog
lib/full-read.c [new file with mode: 0644]
lib/full-read.h [new file with mode: 0644]
lib/full-write.c
lib/full-write.h
lib/safe-read.c
lib/safe-read.h
lib/safe-write.c [new file with mode: 0644]
lib/safe-write.h [new file with mode: 0644]