Change the default value of SIGPIPE
To avoid the conflicting default with SIGQUIT.
This commit is contained in:
parent
ad5c168b30
commit
6a2bd9a75b
@ -180,7 +180,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef CONFIG_SIG_PIPE
|
#ifndef CONFIG_SIG_PIPE
|
||||||
# define SIGPIPE 11
|
# define SIGPIPE 13
|
||||||
#else
|
#else
|
||||||
# define SIGPIPE CONFIG_SIG_PIPE
|
# define SIGPIPE CONFIG_SIG_PIPE
|
||||||
#endif
|
#endif
|
||||||
|
@ -1505,7 +1505,7 @@ endif # SIG_DEFAULT
|
|||||||
|
|
||||||
config SIG_PIPE
|
config SIG_PIPE
|
||||||
int "SIGPIPE"
|
int "SIGPIPE"
|
||||||
default 11
|
default 13
|
||||||
---help---
|
---help---
|
||||||
The SIGPIPE signal is sent to a task termination event.
|
The SIGPIPE signal is sent to a task termination event.
|
||||||
This signal is generated when write on a pipe with no one to read it.
|
This signal is generated when write on a pipe with no one to read it.
|
||||||
|
Loading…
Reference in New Issue
Block a user