#include #include #include int msgctl(int msqid, int cmd, struct msqid_ds *buf) { return syscall(msgctl, msqid, cmd, buf); }