summaryrefslogtreecommitdiffhomepage
path: root/src/const.cstub
diff options
context:
space:
mode:
authorAsmod4n <[email protected]>2015-07-27 18:42:22 +0200
committerAsmod4n <[email protected]>2015-07-27 18:42:22 +0200
commit2929c629d455bf48bf72c6a819ef85f7c626f5aa (patch)
treeab15a11a89a52ffcec1be7052d290ce1e76b71a6 /src/const.cstub
parentde60400c64da15e0ce7bd1d0cdb8d8652e864641 (diff)
downloadmruby-2929c629d455bf48bf72c6a819ef85f7c626f5aa.tar.gz
mruby-2929c629d455bf48bf72c6a819ef85f7c626f5aa.zip
added SO_NOSIGPIPE
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