pike.git/
src/
builtin_functions.c
Branch:
Tag:
Non-build tags
All tags
No tags
2011-11-17
2011-11-17 20:12:22 by Tobias S. Josefowitz <tobij@tobij.de>
aba79f526b6cbed4aa3a627e423c9148c5e51f64 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
builtin_functions.c: suppress unfounded warnings
4648:
{ #define POLL_SLEEP_LIMIT 0.02
-
struct timeval gtod_t0, gtod_tv;
+
struct timeval gtod_t0
= {0
,
0},
gtod_tv
= {0,0}
;
cpu_time_t t0, tv; /* Special case, sleep(0) means 'yield' */