From c16d153ff53732331e7a017a29fc13ccb681a402 Mon Sep 17 00:00:00 2001 From: Araq Date: Mon, 29 Jun 2015 15:10:29 +0200 Subject: [PATCH] fixes #3005 --- lib/pure/rawsockets.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pure/rawsockets.nim b/lib/pure/rawsockets.nim index bd22af2d1b..d0e3b4cf15 100644 --- a/lib/pure/rawsockets.nim +++ b/lib/pure/rawsockets.nim @@ -41,7 +41,7 @@ export SO_KEEPALIVE, SO_OOBINLINE, SO_REUSEADDR, MSG_PEEK -when defined(macosx): +when defined(macosx) and not defined(nimdoc): export SO_NOSIGPIPE type