From bcbc50a81cf080a28c1f4022f9aeeed4f81de4f8 Mon Sep 17 00:00:00 2001 From: Jennifer Averett Date: Wed, 12 Jan 2000 18:44:19 +0000 Subject: + Added signal processing. + Yellow line tested source. --- cpukit/posix/src/mqueuenotify.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'cpukit/posix/src/mqueuenotify.c') diff --git a/cpukit/posix/src/mqueuenotify.c b/cpukit/posix/src/mqueuenotify.c index d50fd93565..df93d550ac 100644 --- a/cpukit/posix/src/mqueuenotify.c +++ b/cpukit/posix/src/mqueuenotify.c @@ -42,7 +42,9 @@ void _POSIX_Message_queue_Notify_handler( 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 -- cgit v1.2.3