mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-15 15:44:14 +00:00
fixes #6496
This commit is contained in:
@@ -146,7 +146,7 @@ type
|
||||
Mode* {.importc: "mode_t", header: "<sys/types.h>".} = cint
|
||||
Nlink* {.importc: "nlink_t", header: "<sys/types.h>".} = int
|
||||
Off* {.importc: "off_t", header: "<sys/types.h>".} = int64
|
||||
Pid* {.importc: "pid_t", header: "<sys/types.h>".} = int
|
||||
Pid* {.importc: "pid_t", header: "<sys/types.h>".} = int32
|
||||
Pthread_attr* {.importc: "pthread_attr_t", header: "<sys/types.h>".} = int
|
||||
Pthread_barrier* {.importc: "pthread_barrier_t",
|
||||
header: "<sys/types.h>".} = int
|
||||
|
||||
Reference in New Issue
Block a user