From f0266e169325eab8e2f7204e77937ae8ab98d47c Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 10 Aug 2009 16:10:37 +0000 Subject: 2009-08-10 Joel Sherrill * libcsupport/src/__times.c, libfs/src/nfsclient/src/nfsTest.c, libfs/src/nfsclient/src/rpcio.c: Convert calls to legacy routine rtems_clock_get( RTEMS_CLOCK_GET_xxx, ..) to rtems_clock_get_xxx(). --- cpukit/libcsupport/src/__times.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/libcsupport/src/__times.c') diff --git a/cpukit/libcsupport/src/__times.c b/cpukit/libcsupport/src/__times.c index 255057cc6e..a9690f9541 100644 --- a/cpukit/libcsupport/src/__times.c +++ b/cpukit/libcsupport/src/__times.c @@ -41,7 +41,7 @@ clock_t _times( * This call does not depend on TOD being initialized and can't fail. */ - (void) rtems_clock_get( RTEMS_CLOCK_GET_TICKS_SINCE_BOOT, &ticks ); + ticks = rtems_clock_get_ticks_since_boot(); /* * RTEMS technically has no notion of system versus user time -- cgit v1.2.3