File tree Expand file tree Collapse file tree 2 files changed +1
-58
lines changed Expand file tree Collapse file tree 2 files changed +1
-58
lines changed Original file line number Diff line number Diff line change 14
14
]
15
15
}
16
16
},
17
- {
18
- "file" : " limits.h" ,
19
- "defines" : [
20
- " INT_MAX"
21
- ]
22
- },
23
- {
24
- "file" : " utime.h" ,
25
- "structs" : {
26
- "utimbuf" : [
27
- " actime" ,
28
- " modtime"
29
- ]
30
- }
31
- },
32
17
{
33
18
"file" : " sys/stat.h" ,
34
19
"defines" : [
146
131
]
147
132
}
148
133
},
149
- {
150
- "file" : " sys/time.h" ,
151
- "structs" : {
152
- "timeval" : [
153
- " tv_sec" ,
154
- " tv_usec"
155
- ]
156
- }
157
- },
158
134
{
159
135
"file" : " time.h" ,
160
136
"defines" : [
161
- " CLOCK_REALTIME" ,
162
- " CLOCK_MONOTONIC" ,
163
- " CLOCK_MONOTONIC_RAW"
137
+ " CLOCK_REALTIME"
164
138
],
165
139
"structs" : {
166
140
"tm" : [
182
156
]
183
157
}
184
158
},
185
- {
186
- "file" : " compat/sys/timeb.h" ,
187
- "structs" : {
188
- "timeb" : [
189
- " time" ,
190
- " millitm" ,
191
- " timezone" ,
192
- " dstflag"
193
- ]
194
- }
195
- },
196
159
{
197
160
"file" : " netdb.h" ,
198
161
"defines" : [
Original file line number Diff line number Diff line change 17
17
"AUDIO_F32" : 33056 ,
18
18
"AUDIO_S16LSB" : 32784 ,
19
19
"AUDIO_U8" : 8 ,
20
- "CLOCK_MONOTONIC" : 1 ,
21
- "CLOCK_MONOTONIC_RAW" : 4 ,
22
20
"CLOCK_REALTIME" : 0 ,
23
21
"E2BIG" : 1 ,
24
22
"EACCES" : 2 ,
279
277
"File::SymlinkKind" : 3 ,
280
278
"File::UnknownKind" : 0 ,
281
279
"INADDR_LOOPBACK" : 2130706433 ,
282
- "INT_MAX" : 2147483647 ,
283
280
"IPPROTO_TCP" : 6 ,
284
281
"IPPROTO_UDP" : 17 ,
285
282
"MAP_ANONYMOUS" : 32 ,
1464
1461
"threadStatus" : 0 ,
1465
1462
"timeSpentInStatus" : 16
1466
1463
},
1467
- "timeb" : {
1468
- "__size__" : 12 ,
1469
- "dstflag" : 8 ,
1470
- "millitm" : 4 ,
1471
- "time" : 0 ,
1472
- "timezone" : 6
1473
- },
1474
1464
"timespec" : {
1475
1465
"__size__" : 8 ,
1476
1466
"tv_nsec" : 4 ,
1477
1467
"tv_sec" : 0
1478
1468
},
1479
- "timeval" : {
1480
- "__size__" : 8 ,
1481
- "tv_sec" : 0 ,
1482
- "tv_usec" : 4
1483
- },
1484
1469
"tm" : {
1485
1470
"__size__" : 44 ,
1486
1471
"tm_gmtoff" : 36 ,
1494
1479
"tm_yday" : 28 ,
1495
1480
"tm_year" : 20 ,
1496
1481
"tm_zone" : 40
1497
- },
1498
- "utimbuf" : {
1499
- "__size__" : 8 ,
1500
- "actime" : 0 ,
1501
- "modtime" : 4
1502
1482
}
1503
1483
}
1504
1484
}
You can’t perform that action at this time.
0 commit comments