Browse Source
xread() and xwrite() return ssize_t values as their native POSIX counterparts read(2) and write(2). To be consistent, read_in_full() and write_in_full() should also return ssize_t values. Signed-off-by: Junio C Hamano <gitster@pobox.com>maint
Heikki Orsila
17 years ago
committed by
Junio C Hamano
4 changed files with 8 additions and 6 deletions
Loading…
Reference in new issue