summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-10-27 08:16:02 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-10-27 08:16:02 +0000
commit443f184577161f974748db7f7ecff068f67e59bf (patch)
treed2cca02889db247c656d01f1c90607b535bb3d32 /testsuites
parentRemove cast in call to fatal_posix_service_status_errno. (diff)
downloadrtems-443f184577161f974748db7f7ecff068f67e59bf.tar.bz2
2009-10-27 Ralf Corsépius <ralf.corsepius@rtems.org>
* psxmsgq02/init.c: Remove cast in call to fatal_posix_service_status_errno.
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/psxtests/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuites/psxtests/ChangeLog b/testsuites/psxtests/ChangeLog
index 590aec4acc..7c2cd51ba5 100644
--- a/testsuites/psxtests/ChangeLog
+++ b/testsuites/psxtests/ChangeLog
@@ -1,5 +1,7 @@
2009-10-27 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * psxmsgq02/init.c:
+ Remove cast in call to fatal_posix_service_status_errno.
* psxenosys/init.c:
Add missing args in calls to execl, execlp, execle.
* psxhdrs/pthread36.c: Use HAVE_DECL_PTHREAD_ATTR_GETCPUTIME.