summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/clockgetres.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/posix/src/clockgetres.c')
-rw-r--r--cpukit/posix/src/clockgetres.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/posix/src/clockgetres.c b/cpukit/posix/src/clockgetres.c
index c8cdd62f5d..7507bee614 100644
--- a/cpukit/posix/src/clockgetres.c
+++ b/cpukit/posix/src/clockgetres.c
@@ -53,7 +53,7 @@ int clock_getres(
if ( res ) {
res->tv_sec = rtems_configuration_get_microseconds_per_tick() /
TOD_MICROSECONDS_PER_SECOND;
- res->tv_nsec = rtems_configuration_get_nanoseconds_per_tick();
+ res->tv_nsec = rtems_configuration_get_nanoseconds_per_tick();
}
break;