diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/const.cstub | 3 | ||||
| -rw-r--r-- | src/const.def | 1 |
2 files changed, 4 insertions, 0 deletions
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 diff --git a/src/const.def b/src/const.def index e0ee5e2a4..27d246c13 100644 --- a/src/const.def +++ b/src/const.def @@ -121,6 +121,7 @@ SO_DONTROUTE SO_ERROR SO_KEEPALIVE SO_LINGER +SO_NOSIGPIPE SO_OOBINLINE SO_PEERCRED SO_RCVBUF |
