diff options
Diffstat (limited to 'src/mqueue/mq_notify.c')
-rw-r--r-- | src/mqueue/mq_notify.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mqueue/mq_notify.c b/src/mqueue/mq_notify.c index 779112e7..985aa5dc 100644 --- a/src/mqueue/mq_notify.c +++ b/src/mqueue/mq_notify.c @@ -1,3 +1,5 @@ +#if 0 + #include <mqueue.h> int mq_notify(mqd_t mqdes, const struct sigevent * notification) @@ -9,3 +11,6 @@ int mq_notify(mqd_t mqdes, const struct sigevent * notification) POSIX(199309) LINK(rt) */ + + +#endif |