Commit 0148a635 authored by Al Viro's avatar Al Viro

xen: fix poll misannotation

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 63e2480c
...@@ -20,7 +20,7 @@ int pvcalls_front_recvmsg(struct socket *sock, ...@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment