+ Added signal processing.

+ Yellow line tested source.
This commit is contained in:
Jennifer Averett
2000-01-12 18:44:19 +00:00
parent 352d01e0d3
commit bcbc50a81c
2 changed files with 6 additions and 2 deletions

View File

@@ -42,7 +42,9 @@ void _POSIX_Message_queue_Notify_handler(
the_mq = user_data; the_mq = user_data;
/* XXX do something with signals here!!!! */ kill( getpid(), the_mq->notification.sigev_signo );
_CORE_message_queue_Set_notify( &the_mq->Message_queue, NULL, NULL );
} }
/*PAGE /*PAGE

View File

@@ -42,7 +42,9 @@ void _POSIX_Message_queue_Notify_handler(
the_mq = user_data; the_mq = user_data;
/* XXX do something with signals here!!!! */ kill( getpid(), the_mq->notification.sigev_signo );
_CORE_message_queue_Set_notify( &the_mq->Message_queue, NULL, NULL );
} }
/*PAGE /*PAGE