libgit2/include/git/os
Shawn O. Pearce 3e9e69098a Redefine git_fread, git_fwrite to transfer the whole unit
We never want to accept a short read or a short write when
transferring data to or from a local file.

Either the entire read (or write) completes or the operation
failed and we will not recover gracefully from it.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
2008-11-03 18:43:04 -08:00
..
unix.h Redefine git_fread, git_fwrite to transfer the whole unit 2008-11-03 18:43:04 -08:00