signalh.h: Use the right config for SIGPIPE
This commit is contained in:
parent
d8bee6769a
commit
ad5c168b30
1 changed files with 2 additions and 2 deletions
|
|
@ -179,10 +179,10 @@
|
|||
# define SIGTERM CONFIG_SIG_TERM
|
||||
#endif
|
||||
|
||||
#ifndef CONFIG_SIG_SIGPIPE
|
||||
#ifndef CONFIG_SIG_PIPE
|
||||
# define SIGPIPE 11
|
||||
#else
|
||||
# define SIGPIPE CONFIG_SIG_SIGPIPE
|
||||
# define SIGPIPE CONFIG_SIG_PIPE
|
||||
#endif
|
||||
|
||||
/* The following are non-standard signal definitions */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue