diff --git a/lib/pure/nativesockets.nim b/lib/pure/nativesockets.nim index 1ede469c77..013fa6da64 100644 --- a/lib/pure/nativesockets.nim +++ b/lib/pure/nativesockets.nim @@ -44,7 +44,7 @@ export MSG_PEEK when defined(macosx) and not defined(nimdoc): - export SO_NOSIGPIPE + export SO_NOSIGPIPE type Port* = distinct uint16 ## port type