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 a4a7d12 commit a05cd02Copy full SHA for a05cd02
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