diff options
author | Yaakov Selkowitz <yselkowi@redhat.com> | 2017-11-30 02:22:31 -0600 |
---|---|---|
committer | Yaakov Selkowitz <yselkowi@redhat.com> | 2017-12-01 03:41:53 -0600 |
commit | 5aa2434de0a495a4df5af91f257fc6a8037fec5b (patch) | |
tree | 6de09d14c5236136e1df8dac906e9defb34412dc /newlib/libc/time/clock.c | |
parent | adfde9d773faa2c17ada9480c7a6a744bbd10c1f (diff) | |
download | newlib-5aa2434de0a495a4df5af91f257fc6a8037fec5b.zip newlib-5aa2434de0a495a4df5af91f257fc6a8037fec5b.tar.gz newlib-5aa2434de0a495a4df5af91f257fc6a8037fec5b.tar.bz2 |
time: remove TRAD_SYNOPSIS
Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
Diffstat (limited to 'newlib/libc/time/clock.c')
-rw-r--r-- | newlib/libc/time/clock.c | 6 |
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 |