From 7fea679b6f4c376cf068eaee987d3ff4e415b23e Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 6 Sep 1996 15:16:19 +0000 Subject: changed _TOD_Is_set from a function to a boolean variable --- cpukit/rtems/src/tasks.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/rtems/src/tasks.c') diff --git a/cpukit/rtems/src/tasks.c b/cpukit/rtems/src/tasks.c index 403a26e0d4..2f78b015f4 100644 --- a/cpukit/rtems/src/tasks.c +++ b/cpukit/rtems/src/tasks.c @@ -1034,7 +1034,7 @@ rtems_time_of_day *time_buffer { Watchdog_Interval seconds; - if ( !_TOD_Is_set() ) + if ( !_TOD_Is_set ) return RTEMS_NOT_DEFINED; time_buffer->ticks = 0; -- cgit v1.2.3