From aee3d6896ab728aa9270377bdb6cb5efe21e9144 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 10 Feb 1999 17:03:46 +0000 Subject: POSIX timer support modifications. --- cpukit/posix/src/pthreadkill.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'cpukit/posix/src/pthreadkill.c') diff --git a/cpukit/posix/src/pthreadkill.c b/cpukit/posix/src/pthreadkill.c index 652b3554a1..85fe4a35bb 100644 --- a/cpukit/posix/src/pthreadkill.c +++ b/cpukit/posix/src/pthreadkill.c @@ -34,12 +34,10 @@ int pthread_kill( if ( sig && !is_valid_signo(sig) ) set_errno_and_return_minus_one( EINVAL ); +/* commented out when posix timers added if ( _POSIX_signals_Vectors[ sig ].sa_flags == SA_SIGINFO ) set_errno_and_return_minus_one( ENOSYS ); - - /* - * RTEMS does not support sending a siginfo signal to a specific thread. - */ +*/ the_thread = _POSIX_Threads_Get( thread, &location ); switch ( location ) { -- cgit v1.2.3