summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-04-05 21:15:40 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-04-05 21:15:40 +0000
commit8ff5e59dd42f1beb40ec01f69037d036e2cfc061 (patch)
treec714de3123872434d8550c171bdfbf17c2c5af01 /testsuites/samples/ChangeLog
parent2007-04-05 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-8ff5e59dd42f1beb40ec01f69037d036e2cfc061.tar.bz2
2007-04-05 Joel Sherrill <joel@OARcorp.com>
* nsecs/init.c: Provide timespec manipulation routines in the SuperCore. Use them everywhere possible. Perhaps they should be part of the public API so this test and others can use them without peeking into the bowels.
Diffstat (limited to 'testsuites/samples/ChangeLog')
-rw-r--r--testsuites/samples/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuites/samples/ChangeLog b/testsuites/samples/ChangeLog
index 34498e45f5..a390f4123b 100644
--- a/testsuites/samples/ChangeLog
+++ b/testsuites/samples/ChangeLog
@@ -1,5 +1,12 @@
2007-04-05 Joel Sherrill <joel@OARcorp.com>
+ * nsecs/init.c: Provide timespec manipulation routines in the
+ SuperCore. Use them everywhere possible. Perhaps they should be part
+ of the public API so this test and others can use them without
+ peeking into the bowels.
+
+2007-04-05 Joel Sherrill <joel@OARcorp.com>
+
* loopback/init.c: Change all obsoleted CONFIGURE_TEST_NEEDS_XXX
configuration constants to CONFIGURE_APPLICATION_NEEDS_XXX.