Re: [PATCH] V1 2/2] ipc: let message queues use SIGEV_THREAD_ID with mq_notify

2014-08-23 Thread Steven Stewart-Gallus
Any one who wants a quick way to test the changes can use the following hacky program that works as an init program. Thank you, Steven Stewart-Gallus #include #include #include #include #include #include #include #include #include #include #include #include #include /* GLibc does

[PATCH] V1 2/2] ipc: let message queues use SIGEV_THREAD_ID with mq_notify

2014-08-23 Thread Steven Stewart-Gallus
diff --git a/ipc/mqueue.c b/ipc/mqueue.c index 4fcf39a..8ca70a2 100644 --- a/ipc/mqueue.c +++ b/ipc/mqueue.c @@ -88,7 +88,7 @@ struct mqueue_inode_info { static const struct inode_operations mqueue_dir_inode_operations; static const struct file_operations mqueue_file_operations; static const

[PATCH] V1 2/2] ipc: let message queues use SIGEV_THREAD_ID with mq_notify

2014-08-23 Thread Steven Stewart-Gallus
diff --git a/ipc/mqueue.c b/ipc/mqueue.c index 4fcf39a..8ca70a2 100644 --- a/ipc/mqueue.c +++ b/ipc/mqueue.c @@ -88,7 +88,7 @@ struct mqueue_inode_info { static const struct inode_operations mqueue_dir_inode_operations; static const struct file_operations mqueue_file_operations; static const

Re: [PATCH] V1 2/2] ipc: let message queues use SIGEV_THREAD_ID with mq_notify

2014-08-23 Thread Steven Stewart-Gallus
Any one who wants a quick way to test the changes can use the following hacky program that works as an init program. Thank you, Steven Stewart-Gallus #include assert.h #include errno.h #include fcntl.h #include mqueue.h #include pthread.h #include signal.h #include stdbool.h #include stdio.h