aboutsummaryrefslogtreecommitdiff
path: root/run-command.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-02-26 13:37:26 -0800
committerJunio C Hamano <gitster@pobox.com>2016-02-26 13:37:26 -0800
commit8ef250c55908d1c752267ea4a05e0a421a729723 (patch)
treebdee3a156606ad533e9d45faacba3ffa81930143 /run-command.h
parent15be621072740ccef0e89a3992ff369afd7c21bd (diff)
parent43f3afc6bc6b79715ea46aaf341683cbba6ee965 (diff)
downloadgit-8ef250c55908d1c752267ea4a05e0a421a729723.tar.gz
git-8ef250c55908d1c752267ea4a05e0a421a729723.tar.xz
Merge branch 'jk/epipe-in-async'
Handling of errors while writing into our internal asynchronous process has been made more robust, which reduces flakiness in our tests. * jk/epipe-in-async: t5504: handle expected output from SIGPIPE death test_must_fail: report number of unexpected signal fetch-pack: ignore SIGPIPE in sideband demuxer write_or_die: handle EPIPE in async threads
Diffstat (limited to 'run-command.h')
-rw-r--r--run-command.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/run-command.h b/run-command.h
index d5a57f922..42917e861 100644
--- a/run-command.h
+++ b/run-command.h
@@ -121,6 +121,7 @@ struct async {
int start_async(struct async *async);
int finish_async(struct async *async);
int in_async(void);
+void NORETURN async_exit(int code);
/**
* This callback should initialize the child process and preload the