From 31271d5cb495ff24aa1333695b5b01702201b075 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Tue, 14 Oct 2003 17:41:30 +0000 Subject: [PATCH] * libc/time/clock.c: Clarify documentation of return value when no measurement is available. --- newlib/ChangeLog | 5 +++++ newlib/libc/time/clock.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 4f0afc92d..10880bb9f 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,8 @@ +2003-10-14 Christopher Faylor + + * libc/time/clock.c: Clarify documentation of return value when no + measurement is available. + 2003-09-29 Ian Lance Taylor * libm/configure.in: Check libm_machine_dir, not machine_dir. diff --git a/newlib/libc/time/clock.c b/newlib/libc/time/clock.c index b15915d6a..64cf438fb 100644 --- a/newlib/libc/time/clock.c +++ b/newlib/libc/time/clock.c @@ -41,7 +41,7 @@ into seconds, divide by the macro <>. RETURNS The amount of processor time used so far by your program, in units defined by the machine-dependent macro <>. If no -measurement is available, the result is <<-1>>. +measurement is available, the result is (clock_t)<<-1>>. PORTABILITY ANSI C requires <> and <>.