From 79d0dd0f54d459467dfe88fba68d4b64a461c187 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Wed, 3 Mar 2010 23:35:31 -0500 Subject: Make the API not suck. Seriously, not sure what I was thinking with the attributes type. --- src/tsc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tsc.c') diff --git a/src/tsc.c b/src/tsc.c index 135cd2a..713008c 100644 --- a/src/tsc.c +++ b/src/tsc.c @@ -25,7 +25,7 @@ /* Gets the number of clock ticks per second */ double -sandglass_tsc_resolution() +sandglass_tsc_freq() { static long tsc = 0; static struct timespec ts = { .tv_sec = 0, .tv_nsec = 10000000L }; -- cgit v1.2.3