summaryrefslogtreecommitdiffstats
path: root/sys/compat
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2013-07-21 19:36:53 +0000
committerkib <kib@FreeBSD.org>2013-07-21 19:36:53 +0000
commit5dee91b64aae9fff70d72aa914ef0f8dd482c8cd (patch)
treeb94561ea0eed6919c7776c25ae6d6abb11ac4a7c /sys/compat
parent97d40396c6138592e15718c1b7c6d6b33f61efea (diff)
downloadFreeBSD-src-5dee91b64aae9fff70d72aa914ef0f8dd482c8cd.zip
FreeBSD-src-5dee91b64aae9fff70d72aa914ef0f8dd482c8cd.tar.gz
The freebsd32_lio_listio() compat syscall takes the struct sigevent32.
Sponsored by: The FreeBSD Foundation MFC after: 1 week
Diffstat (limited to 'sys/compat')
-rw-r--r--sys/compat/freebsd32/syscalls.master2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/compat/freebsd32/syscalls.master b/sys/compat/freebsd32/syscalls.master
index 6cb649f..d9a73d9 100644
--- a/sys/compat/freebsd32/syscalls.master
+++ b/sys/compat/freebsd32/syscalls.master
@@ -476,7 +476,7 @@
struct aiocb32 *aiocbp); }
257 AUE_NULL NOSTD { int freebsd32_lio_listio(int mode, \
struct aiocb32 * const *acb_list, \
- int nent, struct sigevent *sig); }
+ int nent, struct sigevent32 *sig); }
258 AUE_NULL UNIMPL nosys
259 AUE_NULL UNIMPL nosys
260 AUE_NULL UNIMPL nosys
OpenPOWER on IntegriCloud