Skip to content

Commit b0de117

Browse files
euantoranoalehander92
authored andcommitted
* Fix nim-lang#12135 and fix nim-lang#12109 - fix OpenBSD type defs * Fix Mode definition as in nim-lang#12132
1 parent 22150a0 commit b0de117

File tree

3 files changed

+570
-0
lines changed

3 files changed

+570
-0
lines changed

lib/posix/posix.nim

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ const StatHasNanoseconds* = defined(linux) or defined(freebsd) or
9797

9898
when (defined(linux) and not defined(android)) and defined(amd64):
9999
include posix_linux_amd64
100+
elif defined(openbsd) and defined(amd64):
101+
include posix_openbsd_amd64
100102
elif (defined(macos) or defined(macosx) or defined(bsd)) and defined(cpu64):
101103
include posix_macos_amd64
102104
elif defined(nintendoswitch):

0 commit comments

Comments
 (0)