ab11386a ^
1 2 3 4 5 6 7 8 9 10
#include <mqueue.h> #include <pthread.h> #include <errno.h> #include "syscall.h" int mq_notify(mqd_t mqd, const struct sigevent *sev) { errno = ENOSYS; return -1; }