summaryrefslogtreecommitdiffhomepage
path: root/src/const.cstub
diff options
context:
space:
mode:
Diffstat (limited to 'src/const.cstub')
-rw-r--r--src/const.cstub3
1 files changed, 3 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