summary refs log tree commit diff stats
path: root/lib/posix/posix_other.nim
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2018-01-03 13:24:44 +0100
committerAraq <rumpf_a@web.de>2018-01-03 13:24:44 +0100
commit9abbd6c880a2326bf152641bf28515aebbc2da1a (patch)
tree973d71a7235057ccfcef61fac918e41c0cf9cb82 /lib/posix/posix_other.nim
parente593fef3206c359344c93bf7a3716da644f1906f (diff)
parentbbfe6e81ad9a09fc57710809d5325e13a8c95cbe (diff)
downloadNim-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.nim2
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