We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 617d473 commit 2dc25f5Copy full SHA for 2dc25f5
lib/posix/posix_openbsd_amd64.nim
@@ -140,7 +140,7 @@ type
140
Id* {.importc: "id_t", header: "<sys/types.h>".} = int
141
Ino* {.importc: "ino_t", header: "<sys/types.h>".} = int
142
Key* {.importc: "key_t", header: "<sys/types.h>".} = int
143
- Mode* {.importc: "mode_t", header: "<sys/types.h>".} = int16
+ Mode* {.importc: "mode_t", header: "<sys/types.h>".} = uint32
144
Nlink* {.importc: "nlink_t", header: "<sys/types.h>".} = int16
145
Off* {.importc: "off_t", header: "<sys/types.h>".} = int64
146
Pid* {.importc: "pid_t", header: "<sys/types.h>".} = int32
0 commit comments