aboutsummaryrefslogtreecommitdiff
path: root/src/mq/mq_notify.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mq/mq_notify.c')
-rw-r--r--src/mq/mq_notify.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mq/mq_notify.c b/src/mq/mq_notify.c
index 0e1e6c7a..db1ca1da 100644
--- a/src/mq/mq_notify.c
+++ b/src/mq/mq_notify.c
@@ -90,3 +90,11 @@ int mq_notify(mqd_t mqd, const struct sigevent *sev)
pthread_setcancelstate(cs, 0);
return 0;
}
+
+
+#ifdef TEST
+int
+main(void) {
+ return 0;
+}
+#endif