diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2017-07-09 17:34:35 +0300 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2017-07-16 03:46:46 +0300 |
commit | 9b1404c24a357332cb2a6df7c4337e943a4545fd (patch) | |
tree | d69d1b464c5f2ba3d4a25f1f4ab5c6ec62b03252 /include/linux/msg.h | |
parent | 20bc2a3aff5a88a666e81182fd277ea2a521fd3d (diff) | |
download | linux-9b1404c24a357332cb2a6df7c4337e943a4545fd.tar.xz |
msgrcv(2), msgsnd(2): move compat to native
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include/linux/msg.h')
-rw-r--r-- | include/linux/msg.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/linux/msg.h b/include/linux/msg.h index f3f302f9c197..4e5ec3cbf464 100644 --- a/include/linux/msg.h +++ b/include/linux/msg.h @@ -31,12 +31,4 @@ struct msg_queue { struct list_head q_senders; }; -/* Helper routines for sys_msgsnd and sys_msgrcv */ -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)); - #endif /* _LINUX_MSG_H */ |