author | Shawn O. Pearce <spearce@spearce.org> | |
Sat, 23 Dec 2006 07:33:55 +0000 (02:33 -0500) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Fri, 29 Dec 2006 19:36:44 +0000 (11:36 -0800) | ||
commit | 75025ccdb79b5d6b290c630f8777c9f7bb9d257c | |
tree | f69f3070024cef8c6c4c436517783f3b49959b70 | tree | snapshot |
parent | 2dc3a234094afc61c367be3e6018722cd9d92ea9 | commit | diff |
Create read_or_die utility routine.
Like write_or_die read_or_die reads the entire length requested
or it kills the current process with a die call.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Like write_or_die read_or_die reads the entire length requested
or it kills the current process with a die call.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
cache.h | diff | blob | history | |
write_or_die.c | diff | blob | history |