#include #define __KERNEL__ #undef asmlinkage #define asmlinkage #include int msgctl (int msqid, int cmd, struct msqid_ds *buf) { return __ipc (MSGCTL, msqid, cmd, 0, buf); }