summaryrefslogtreecommitdiffstats
path: root/git-checkout.sh
diff options
context:
space:
mode:
authorJason Riedy <ejr@EECS.Berkeley.EDU>2006-04-03 00:29:34 +0200
committerJunio C Hamano <junkio@cox.net>2006-04-04 08:42:25 +0200
commit72fdfb50f721460e4cdff16fbe9c72d4ce6c668c (patch)
tree9055c5735a9de0ce0c7ffcc8ce6cb119fec16972 /git-checkout.sh
parentsafe_fgets() - even more anal fgets() (diff)
downloadgit-72fdfb50f721460e4cdff16fbe9c72d4ce6c668c.tar.xz
git-72fdfb50f721460e4cdff16fbe9c72d4ce6c668c.zip
Use sigaction and SA_RESTART in read-tree.c; add option in Makefile.v1.2.5
Might as well ape the sigaction change in read-tree.c to avoid the same potential problems. The fprintf status output will be overwritten in a second, so don't bother guarding it. Do move the fputc after disabling SIGALRM to ensure we go to the next line, though. Also add a NO_SA_RESTART option in the Makefile in case someone doesn't have SA_RESTART but does restart (maybe older HP/UX?). We want the builder to chose this specifically in case the system both lacks SA_RESTART and does not restart stdio calls; a compat #define in git-compat-utils.h would silently allow broken systems. Signed-off-by: Jason Riedy <ejr@cs.berkeley.edu> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions