diff options
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/clock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gen/clock.c b/lib/libc/gen/clock.c index b405cda..435e0f8 100644 --- a/lib/libc/gen/clock.c +++ b/lib/libc/gen/clock.c @@ -45,7 +45,7 @@ __FBSDID("$FreeBSD$"); + (r).tv_usec / (1000000 / CLOCKS_PER_SEC)) clock_t -clock() +clock(void) { struct rusage ru; |