Commit 8527c78f authored by Tomoyuki Sahara's avatar Tomoyuki Sahara

Merge pull request #22 from Asmod4n/master

added SO_NOSIGPIPE
parents de60400c 2929c629
......@@ -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
......
......@@ -121,6 +121,7 @@ SO_DONTROUTE
SO_ERROR
SO_KEEPALIVE
SO_LINGER
SO_NOSIGPIPE
SO_OOBINLINE
SO_PEERCRED
SO_RCVBUF
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment