#include int mq_send(mqd_t mqdes, const char * msg_ptr, size_t msg_len, unsigned msg_prio) { return 0; } /* POSIX(199309) LINK(rt) */