Commit e64f91fe authored by Jeff King's avatar Jeff King Committed by Daniel Stenberg
Browse files

sigpipe: factor out sigpipe_reset from easy.c

Commit 7d80ed64

 introduced some helpers to handle
sigpipe in easy.c. However, that fix was incomplete, and we
need to add more callers in other files. The first step is
making the helpers globally accessible.

Since the functions are small and should generally end up
inlined anyway, we simply define them in the header as
static functions.

Signed-off-by: default avatarJeff King <peff@peff.net>
parent b2a55c81
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment