Skip to content
Commit 9ba546c0 authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Al Viro
Browse files

aio: don't expose __aio_sigset in uapi

glibc uses a different defintion of sigset_t than the kernel does,
and the current version would pull in both.  To fix this just do not
expose the type at all - this somewhat mirrors pselect() where we
do not even have a type for the magic sigmask argument, but just
use pointer arithmetics.

Fixes: 7a074e96

 ("aio: implement io_pgetevents")
Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
Reported-by: default avatarAdrian Reber <adrian@lisas.de>
Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent c7e9075f
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