diff options
Diffstat (limited to 'src/time/clock.c')
| -rw-r--r-- | src/time/clock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/time/clock.c b/src/time/clock.c index a1ccc29d..d9fe7951 100644 --- a/src/time/clock.c +++ b/src/time/clock.c @@ -9,7 +9,7 @@ clock_t clock(void) return (clock_t)-1; } -__check_0(clock_t, 0, clock) +CHECK_0(clock_t, 0, clock) /*** returns the amount of processor time used by the current |
