summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-10-27 04:12:25 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-10-27 04:12:25 +0000
commitb064c98099a84d20d5aca9391d3a5d5046e348e7 (patch)
treefe53303128460310d169b681ded97a295fe0761c /testsuites
parentDuplicate code from rtems_name_to_characters to convert rtems_name's into cha... (diff)
downloadrtems-b064c98099a84d20d5aca9391d3a5d5046e348e7.tar.bz2
2009-10-27 Ralf Corsépius <ralf.corsepius@rtems.org>
* sp07/tcreate.c, sp07/tdelete.c, sp07/trestart.c, sp07/tstart.c: Duplicate code from rtems_name_to_characters to convert rtems_name's into char arrays.
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/sptests/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuites/sptests/ChangeLog b/testsuites/sptests/ChangeLog
index 1f4841eb23..58a6e81523 100644
--- a/testsuites/sptests/ChangeLog
+++ b/testsuites/sptests/ChangeLog
@@ -1,5 +1,8 @@
2009-10-27 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * sp07/tcreate.c, sp07/tdelete.c, sp07/trestart.c, sp07/tstart.c:
+ Duplicate code from rtems_name_to_characters to convert rtems_name's
+ into char arrays.
* sp09/screen13.c: Comment out unused return status.
* sp63/init.c: Use PRIu32 to print uint32_t's.
* sp33/init.c: Use PRIu32 to print uint32_t's.