Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jul 2013 19:36:54 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r253528 - head/sys/compat/freebsd32
Message-ID:  <201307211936.r6LJasor049363@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kib
Date: Sun Jul 21 19:36:53 2013
New Revision: 253528
URL: http://svnweb.freebsd.org/changeset/base/253528

Log:
  The freebsd32_lio_listio() compat syscall takes the struct sigevent32.
  
  Sponsored by:	The FreeBSD Foundation
  MFC after:	1 week

Modified:
  head/sys/compat/freebsd32/syscalls.master

Modified: head/sys/compat/freebsd32/syscalls.master
==============================================================================
--- head/sys/compat/freebsd32/syscalls.master	Sun Jul 21 19:33:48 2013	(r253527)
+++ head/sys/compat/freebsd32/syscalls.master	Sun Jul 21 19:36:53 2013	(r253528)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307211936.r6LJasor049363>