summaryrefslogtreecommitdiffstats
path: root/sys/sys/sysproto.h
diff options
context:
space:
mode:
authorglebius <glebius@FreeBSD.org>2013-06-08 13:30:13 +0000
committerglebius <glebius@FreeBSD.org>2013-06-08 13:30:13 +0000
commit85cf0e083fee68c7597fa93b49e246842f60ff3f (patch)
tree5a97e0d02ee1405b17c27e4e14e3eae36336246e /sys/sys/sysproto.h
parent9a02f3097ddccd309eb701a3492242b74427cc2b (diff)
downloadFreeBSD-src-85cf0e083fee68c7597fa93b49e246842f60ff3f.zip
FreeBSD-src-85cf0e083fee68c7597fa93b49e246842f60ff3f.tar.gz
aio_mlock() added:
- Regen for r251526. - Bump __FreeBSD_version.
Diffstat (limited to 'sys/sys/sysproto.h')
-rw-r--r--sys/sys/sysproto.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/sys/sysproto.h b/sys/sys/sysproto.h
index ff16b2a..6a54152 100644
--- a/sys/sys/sysproto.h
+++ b/sys/sys/sysproto.h
@@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
- * created from FreeBSD: head/sys/kern/syscalls.master 250853 2013-05-21 11:40:16Z kib
+ * created from FreeBSD: head/sys/kern/syscalls.master 251526 2013-06-08 13:27:57Z glebius
*/
#ifndef _SYS_SYSPROTO_H_
@@ -1812,6 +1812,9 @@ struct pipe2_args {
char fildes_l_[PADL_(int *)]; int * fildes; char fildes_r_[PADR_(int *)];
char flags_l_[PADL_(int)]; int flags; char flags_r_[PADR_(int)];
};
+struct aio_mlock_args {
+ char aiocbp_l_[PADL_(struct aiocb *)]; struct aiocb * aiocbp; char aiocbp_r_[PADR_(struct aiocb *)];
+};
int nosys(struct thread *, struct nosys_args *);
void sys_sys_exit(struct thread *, struct sys_exit_args *);
int sys_fork(struct thread *, struct fork_args *);
@@ -2204,6 +2207,7 @@ int sys_connectat(struct thread *, struct connectat_args *);
int sys_chflagsat(struct thread *, struct chflagsat_args *);
int sys_accept4(struct thread *, struct accept4_args *);
int sys_pipe2(struct thread *, struct pipe2_args *);
+int sys_aio_mlock(struct thread *, struct aio_mlock_args *);
#ifdef COMPAT_43
@@ -2910,6 +2914,7 @@ int freebsd7_shmctl(struct thread *, struct freebsd7_shmctl_args *);
#define SYS_AUE_chflagsat AUE_CHFLAGSAT
#define SYS_AUE_accept4 AUE_ACCEPT
#define SYS_AUE_pipe2 AUE_PIPE
+#define SYS_AUE_aio_mlock AUE_NULL
#undef PAD_
#undef PADL_
OpenPOWER on IntegriCloud