summaryrefslogtreecommitdiffstats
path: root/sys/sys/sysproto.h
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2013-09-19 18:56:00 +0000
committerjhb <jhb@FreeBSD.org>2013-09-19 18:56:00 +0000
commitc6151e30b1f342db038baea021193c846e849b34 (patch)
tree5190b19570b01fc4815af76346870642bf435246 /sys/sys/sysproto.h
parentd3ef75b6c79e9e6d642efa9c32a96524d7a5a5b7 (diff)
downloadFreeBSD-src-c6151e30b1f342db038baea021193c846e849b34.zip
FreeBSD-src-c6151e30b1f342db038baea021193c846e849b34.tar.gz
Regen.
Approved by: re (delphij)
Diffstat (limited to 'sys/sys/sysproto.h')
-rw-r--r--sys/sys/sysproto.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/sys/sys/sysproto.h b/sys/sys/sysproto.h
index 897a298..2595c9d 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 255490 2013-09-12 17:52:18Z jhb
+ * created from FreeBSD: head/sys/kern/syscalls.master 255708 2013-09-19 18:53:42Z jhb
*/
#ifndef _SYS_SYSPROTO_H_
@@ -1813,6 +1813,12 @@ struct pipe2_args {
struct aio_mlock_args {
char aiocbp_l_[PADL_(struct aiocb *)]; struct aiocb * aiocbp; char aiocbp_r_[PADR_(struct aiocb *)];
};
+struct procctl_args {
+ char idtype_l_[PADL_(idtype_t)]; idtype_t idtype; char idtype_r_[PADR_(idtype_t)];
+ char id_l_[PADL_(id_t)]; id_t id; char id_r_[PADR_(id_t)];
+ char com_l_[PADL_(int)]; int com; char com_r_[PADR_(int)];
+ char data_l_[PADL_(void *)]; void * data; char data_r_[PADR_(void *)];
+};
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 *);
@@ -2205,6 +2211,7 @@ 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 *);
+int sys_procctl(struct thread *, struct procctl_args *);
#ifdef COMPAT_43
@@ -2911,6 +2918,7 @@ int freebsd7_shmctl(struct thread *, struct freebsd7_shmctl_args *);
#define SYS_AUE_accept4 AUE_ACCEPT
#define SYS_AUE_pipe2 AUE_PIPE
#define SYS_AUE_aio_mlock AUE_NULL
+#define SYS_AUE_procctl AUE_NULL
#undef PAD_
#undef PADL_
OpenPOWER on IntegriCloud