From 939e29dc4d68ed7bd8c89b70d262bb72c0ff66c3 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 15 Aug 2000 13:19:57 +0000 Subject: 2000-08-15 Joel Sherrill * src/ptimer1.c: Removed unused routine PRINT_ERRNO_S. * src/ptimer1.c: Removed unnecessary routine COPY_ITIMERSPEC_S and used structure copy instead. * src/ptimer1.c: Renamed timer_alive_t to POSIX_Timer_Control. * include/rtems/posix/timer.h: Ditto. --- cpukit/posix/ChangeLog | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'cpukit/posix/ChangeLog') diff --git a/cpukit/posix/ChangeLog b/cpukit/posix/ChangeLog index d64221a09d..e4e262c0e1 100644 --- a/cpukit/posix/ChangeLog +++ b/cpukit/posix/ChangeLog @@ -1,11 +1,19 @@ 2000-08-15 Joel Sherrill - * posix/src/ptimer1.c: Switched to using set_errno_and_return_minus_one() + * src/ptimer1.c: Removed unused routine PRINT_ERRNO_S. + * src/ptimer1.c: Removed unnecessary routine COPY_ITIMERSPEC_S + and used structure copy instead. + * src/ptimer1.c: Renamed timer_alive_t to POSIX_Timer_Control. + * include/rtems/posix/timer.h: Ditto. + +2000-08-15 Joel Sherrill + + * src/ptimer1.c: Switched to using set_errno_and_return_minus_one() to ensure that errno was always set. 2000-08-15 Joel Sherrill - * posix/src/ptimer1.c (timer_settime): Converted use of rtems_clock_get + * src/ptimer1.c (timer_settime): Converted use of rtems_clock_get to use SuperCore _TOD_Current variable. 2000-08-10 Joel Sherrill -- cgit v1.2.3