From 443f184577161f974748db7f7ecff068f67e59bf Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 27 Oct 2009 08:16:02 +0000 Subject: [PATCH] =?UTF-8?q?2009-10-27=09Ralf=20Cors=C3=83=C2=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * psxmsgq02/init.c: Remove cast in call to fatal_posix_service_status_errno. --- testsuites/psxtests/ChangeLog | 2 ++ 1 file changed, 2 insertions(+) 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 + * 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.