aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/time/clock.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/time/clock.c')
-rw-r--r--newlib/libc/time/clock.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/newlib/libc/time/clock.c b/newlib/libc/time/clock.c
index 0bcfbb6..53ca208 100644
--- a/newlib/libc/time/clock.c
+++ b/newlib/libc/time/clock.c
@@ -25,14 +25,10 @@ FUNCTION
INDEX
clock
-ANSI_SYNOPSIS
+SYNOPSIS
#include <time.h>
clock_t clock(void);
-TRAD_SYNOPSIS
- #include <time.h>
- clock_t clock();
-
DESCRIPTION
Calculates the best available approximation of the cumulative amount
of time used by your program since it started. To convert the result