Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 565466 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- a/probe_i8k_calls_time.c
0
++ b/probe_i8k_calls_time.c
Lines 13-19 double t; Link Here
13
13
14
struct timespec tmst;
14
struct timespec tmst;
15
15
16
inline double timestamp()
16
double timestamp()
17
{
17
{
18
	clock_gettime(CLOCK_REALTIME, &tmst);
18
	clock_gettime(CLOCK_REALTIME, &tmst);
19
	t = tmst.tv_nsec;
19
	t = tmst.tv_nsec;

Return to bug 565466