From 2929c629d455bf48bf72c6a819ef85f7c626f5aa Mon Sep 17 00:00:00 2001 From: Asmod4n Date: Mon, 27 Jul 2015 18:42:22 +0200 Subject: added SO_NOSIGPIPE --- src/const.cstub | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/const.cstub') diff --git a/src/const.cstub b/src/const.cstub index 553e47f8c..52f9a7813 100644 --- a/src/const.cstub +++ b/src/const.cstub @@ -340,6 +340,9 @@ #ifdef SO_LINGER define_const(SO_LINGER); #endif +#ifdef SO_NOSIGPIPE + define_const(SO_NOSIGPIPE); +#endif #ifdef SO_OOBINLINE define_const(SO_OOBINLINE); #endif -- cgit v1.2.3