summary refs log tree commit diff stats
path: root/lib/posix/posix_openbsd_amd64.nim
diff options
context:
space:
mode:
Diffstat (limited to 'lib/posix/posix_openbsd_amd64.nim')
-rw-r--r--lib/posix/posix_openbsd_amd64.nim2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/posix/posix_openbsd_amd64.nim b/lib/posix/posix_openbsd_amd64.nim
index 408e42255..1ff636517 100644
--- a/lib/posix/posix_openbsd_amd64.nim
+++ b/lib/posix/posix_openbsd_amd64.nim
@@ -532,6 +532,8 @@ when defined(nimdoc):
 else:
   var SO_REUSEPORT* {.importc, header: "<sys/socket.h>".}: cint
 
+var SOCK_CLOEXEC* {.importc, header: "<sys/socket.h>".}: cint
+
 var MSG_NOSIGNAL* {.importc, header: "<sys/socket.h>".}: cint
 
 when hasSpawnH: