]> Pileus Git - ~andy/linux/blobdiff - include/linux/msg.h
selftests: IPC message queue copy feature test
[~andy/linux] / include / linux / msg.h
index fc5743a554e691311cd9f237817021b966be380a..391af8d11cceea2f306f460ec137d75f0ea236c9 100644 (file)
@@ -36,6 +36,7 @@ extern long do_msgsnd(int msqid, long mtype, void __user *mtext,
                        size_t msgsz, int msgflg);
 extern long do_msgrcv(int msqid, void __user *buf, size_t bufsz, long msgtyp,
                      int msgflg,
-                     long (*msg_fill)(void __user *, struct msg_msg *, size_t));
+                     long (*msg_fill)(void __user *, struct msg_msg *,
+                                      size_t));
 
 #endif /* _LINUX_MSG_H */