forked from Imagelibrary/rtems
2009-07-06 Joel Sherrill <joel.sherrill@OARcorp.com>
* psxsignal01/init.c: Tune code to really hit POSIX signal from ISR code.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2009-07-06 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* psxsignal01/init.c: Tune code to really hit POSIX signal from ISR
|
||||
code.
|
||||
|
||||
2009-07-06 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* psx07/init.c: Slight test fix to ensure state of sched_param
|
||||
|
||||
@@ -73,7 +73,7 @@ rtems_timer_service_routine Signal_duringISR_TSR(
|
||||
)
|
||||
{
|
||||
int status;
|
||||
status = kill( getpid(), SIGUSR1 );
|
||||
status = pthread_kill( pthread_self(), SIGUSR1 );
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user