#include #define __KERNEL__ #undef asmlinkage #define asmlinkage #include int msgsnd (int msqid, struct msgbuf *msgp, int msgsz, int msgflg) { return __ipc (MSGSND, msqid, msgsz, msgflg, msgp); }