mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
Change the default value of SIGPIPE
To avoid the conflicting default with SIGQUIT.
This commit is contained in:
committed by
Xiang Xiao
parent
ad5c168b30
commit
6a2bd9a75b
+1
-1
@@ -180,7 +180,7 @@
|
||||
#endif
|
||||
|
||||
#ifndef CONFIG_SIG_PIPE
|
||||
# define SIGPIPE 11
|
||||
# define SIGPIPE 13
|
||||
#else
|
||||
# define SIGPIPE CONFIG_SIG_PIPE
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user