From 138aa38dead219cc0687187780040a9a20ba3dec Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 21 May 2004 20:19:33 +0000 Subject: 2004-05-21 Joel Sherrill PR 628/rtems * posix/src/killinfo.c, posix/src/pthreadkill.c, posix/src/ptimer1.c, posix/src/sigaction.c, posix/src/sigaddset.c, posix/src/sigsuspend.c: Signal set of 0 is supposed to return EINVAL. In addition timer_create needed to return an error if the clock was not CLOCK_REALTIME. --- cpukit/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'cpukit/ChangeLog') diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 4e10662095..2e1a2d60b2 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,12 @@ +2004-05-21 Joel Sherrill + + PR 628/rtems + * posix/src/killinfo.c, posix/src/pthreadkill.c, posix/src/ptimer1.c, + posix/src/sigaction.c, posix/src/sigaddset.c, posix/src/sigsuspend.c: + Signal set of 0 is supposed to return EINVAL. In addition + timer_create needed to return an error if the clock was not + CLOCK_REALTIME. + 2004-05-21 Joel Sherrill PR 629/rtems -- cgit v1.2.3