mirror of
https://github.com/openvswitch/ovs
synced 2025-10-21 14:49:41 +00:00
fatal-signal: SIGPIPE for Windows.
Windows does not have a SIGPIPE. We ignore SIGPIPE for Linux. To compile on Windows, carve out a new function to ignore SIGPIPE on Linux. Signed-off-by: Gurucharan Shetty <gshetty@nicira.com> Acked-by: Ben Pfaff <blp@nicira.com>
This commit is contained in:
@@ -27,6 +27,7 @@ void fatal_signal_add_hook(void (*hook_cb)(void *aux),
|
||||
void fatal_signal_fork(void);
|
||||
void fatal_signal_run(void);
|
||||
void fatal_signal_wait(void);
|
||||
void fatal_ignore_sigpipe(void);
|
||||
|
||||
/* Convenience functions for unlinking files upon termination.
|
||||
*
|
||||
|
Reference in New Issue
Block a user