aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/syscalls.h
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2018-07-11 15:48:46 +0200
committerAl Viro <viro@zeniv.linux.org.uk>2018-07-17 23:26:58 -0400
commit9ba546c01976a426292af99e682a557075d6c010 (patch)
tree316963a30a975e8a02fcd677e9c4700916594f55 /include/linux/syscalls.h
parentocxlflash_getfile(): fix double-iput() on alloc_file() failures (diff)
downloadlinux-dev-9ba546c01976a426292af99e682a557075d6c010.tar.xz
linux-dev-9ba546c01976a426292af99e682a557075d6c010.zip
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: Christoph Hellwig <hch@lst.de> Reported-by: Adrian Reber <adrian@lisas.de> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include/linux/syscalls.h')
-rw-r--r--include/linux/syscalls.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/syscalls.h b/include/linux/syscalls.h
index 73810808cdf2..b06b5eeda8e8 100644
--- a/include/linux/syscalls.h
+++ b/include/linux/syscalls.h
@@ -11,6 +11,7 @@
#ifndef _LINUX_SYSCALLS_H
#define _LINUX_SYSCALLS_H
+struct __aio_sigset;
struct epoll_event;
struct iattr;
struct inode;