summary refs log tree commit diff stats
path: root/compiler
diff options
context:
space:
mode:
authoralaviss <leorize+oss@disroot.org>2020-06-22 07:23:24 +0000
committerGitHub <noreply@github.com>2020-06-22 09:23:24 +0200
commitc8554ebc0c0c67b4f691a760b5e844f974e92ddc (patch)
tree2b88663e1e9023cbb7825705a321332e8c7d58ba /compiler
parent1e484ed62b499432883575e6b29c930874377d7a (diff)
downloadNim-c8554ebc0c0c67b4f691a760b5e844f974e92ddc.tar.gz
posix_other: add define to force time_t to 64 bit [backport] (#14753)
This is a temporary remedy for time_t transition to 64 bit on newer
Linux libc (musl >= 1.2.0, glibc >= 2.32).

In the future we might want to move away from libc, or figure out a way
to reliably detect the real size of C types at compile time, both of
which are difficult.
Diffstat (limited to 'compiler')
0 files changed, 0 insertions, 0 deletions
9b22ccdf47cd2abfad7436a0f8'>8ab3074c8 ^
c6605d3d5 ^
8ab3074c8 ^
22a702868 ^
22a702868 ^
8ab3074c8 ^

22a702868 ^

8925d0e10 ^
2e71bd50b ^
f4a0400de ^
22a702868 ^
b7c806381 ^
a2bb7d4c7 ^



d4bca58b7 ^
1a3b730bf ^

2958adc47 ^

c55f5b34e ^
5f64d7a35 ^
d01ff8994 ^
d01ff8994 ^
22a702868 ^





d01ff8994 ^
d01ff8994 ^
22a702868 ^








258aabba6 ^



258aabba6 ^
258aabba6 ^
258aabba6 ^




22a702868 ^











258aabba6 ^


8b5aa221a ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84