summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/posix/ChangeLog')
-rw-r--r--cpukit/posix/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/cpukit/posix/ChangeLog b/cpukit/posix/ChangeLog
index 89d247b8f0..f2ae5c1ccb 100644
--- a/cpukit/posix/ChangeLog
+++ b/cpukit/posix/ChangeLog
@@ -1,3 +1,11 @@
+2000-08-25 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ * 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 <joel@OARcorp.com>
* src/ptimer1.c: Minor formatting fixes.