From b602c298a90eaee590ab46d0b6fc4b298f6ce967 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 25 Aug 2000 17:15:44 +0000 Subject: 2000-08-25 Joel Sherrill * inline/rtems/posix/timer.inl, include/rtems/posix/timer.h, inline/rtems/posix/Makefile.am, src/ptimer1.c: Redid the style of src/ptimer1.c. Continued effort to make the POSIX Timer implementation match that of other managers. Added data structures required to use SuperCore Object Handler. --- c/src/exec/posix/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'c/src/exec/posix/ChangeLog') diff --git a/c/src/exec/posix/ChangeLog b/c/src/exec/posix/ChangeLog index 89d247b8f0..f2ae5c1ccb 100644 --- a/c/src/exec/posix/ChangeLog +++ b/c/src/exec/posix/ChangeLog @@ -1,3 +1,11 @@ +2000-08-25 Joel Sherrill + + * inline/rtems/posix/timer.inl, include/rtems/posix/timer.h, + inline/rtems/posix/Makefile.am, src/ptimer1.c: Redid the + style of src/ptimer1.c. Continued effort to make the + POSIX Timer implementation match that of other managers. + Added data structures required to use SuperCore Object Handler. + 2000-08-15 Joel Sherrill * src/ptimer1.c: Minor formatting fixes. -- cgit v1.2.3