summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-08-25 17:15:44 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-08-25 17:15:44 +0000
commitb602c298a90eaee590ab46d0b6fc4b298f6ce967 (patch)
tree2ad5d5edfc0d991c4ee94ec9262229ed12865d1b /c/src/exec/posix/ChangeLog
parent2000-08-25 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-b602c298a90eaee590ab46d0b6fc4b298f6ce967.tar.bz2
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.
Diffstat (limited to 'c/src/exec/posix/ChangeLog')
-rw-r--r--c/src/exec/posix/ChangeLog8
1 files changed, 8 insertions, 0 deletions
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 <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.