mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-25 21:10:05 +01:00
xquartz: Ignore SIGPIPE at process launch
Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
This commit is contained in:
parent
6ac3178c33
commit
9a66690eaf
1 changed files with 3 additions and 0 deletions
|
|
@ -626,6 +626,9 @@ main(int argc, char **argv, char **envp)
|
|||
mach_port_t mp;
|
||||
kern_return_t kr;
|
||||
|
||||
/* Ignore SIGPIPE */
|
||||
signal(SIGPIPE, SIG_IGN);
|
||||
|
||||
/* Setup our environment for our children */
|
||||
setup_env();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue