mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-24 05:01:03 +02:00
xen: fix poll misannotation
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
@@ -20,7 +20,7 @@ int pvcalls_front_recvmsg(struct socket *sock,
|
|||||||
struct msghdr *msg,
|
struct msghdr *msg,
|
||||||
size_t len,
|
size_t len,
|
||||||
int flags);
|
int flags);
|
||||||
unsigned int pvcalls_front_poll(struct file *file,
|
__poll_t pvcalls_front_poll(struct file *file,
|
||||||
struct socket *sock,
|
struct socket *sock,
|
||||||
poll_table *wait);
|
poll_table *wait);
|
||||||
int pvcalls_front_release(struct socket *sock);
|
int pvcalls_front_release(struct socket *sock);
|
||||||
|
Reference in New Issue
Block a user