diff options
author | Araq <rumpf_a@web.de> | 2018-01-03 13:24:44 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2018-01-03 13:24:44 +0100 |
commit | 9abbd6c880a2326bf152641bf28515aebbc2da1a (patch) | |
tree | 973d71a7235057ccfcef61fac918e41c0cf9cb82 /lib/posix/posix_other.nim | |
parent | e593fef3206c359344c93bf7a3716da644f1906f (diff) | |
parent | bbfe6e81ad9a09fc57710809d5325e13a8c95cbe (diff) | |
download | Nim-9abbd6c880a2326bf152641bf28515aebbc2da1a.tar.gz |
Merge branch 'devel' of github.com:nim-lang/Nim into devel
Diffstat (limited to 'lib/posix/posix_other.nim')
-rw-r--r-- | lib/posix/posix_other.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/posix/posix_other.nim b/lib/posix/posix_other.nim index e552bf807..01bc1c1e5 100644 --- a/lib/posix/posix_other.nim +++ b/lib/posix/posix_other.nim @@ -34,7 +34,7 @@ type {.deprecated: [TSocketHandle: SocketHandle].} type - Time* {.importc: "time_t", header: "<time.h>".} = distinct int + Time* {.importc: "time_t", header: "<time.h>".} = distinct clong Timespec* {.importc: "struct timespec", header: "<time.h>", final, pure.} = object ## struct timespec |