#include "ipc.h" #include #include int msgctl(int q, int cmd, struct msqid_ds* buf) { errno = ENOSYS; return -1; }