summaryrefslogtreecommitdiffstats
path: root/sys/sys/sysproto.h
diff options
context:
space:
mode:
authordchagin <dchagin@FreeBSD.org>2014-11-13 05:28:06 +0000
committerdchagin <dchagin@FreeBSD.org>2014-11-13 05:28:06 +0000
commitc0a51053a441ad84e192ccb6d6b1f73c929a2e76 (patch)
treea4fb5d0eeff377660faea67d3e700a3f9d01b2c2 /sys/sys/sysproto.h
parent162012051b1acf7253cbb90e723b560abf78f6fc (diff)
downloadFreeBSD-src-c0a51053a441ad84e192ccb6d6b1f73c929a2e76.zip
FreeBSD-src-c0a51053a441ad84e192ccb6d6b1f73c929a2e76.tar.gz
Regen for r274462.
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 3d203ad..0c85816 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 272823 2014-10-09 15:16:52Z marcel
+ * created from FreeBSD: head/sys/kern/syscalls.master 274462 2014-11-13 05:26:14Z dchagin
*/
#ifndef _SYS_SYSPROTO_H_
@@ -1813,6 +1813,12 @@ struct procctl_args {
char com_l_[PADL_(int)]; int com; char com_r_[PADR_(int)];
char data_l_[PADL_(void *)]; void * data; char data_r_[PADR_(void *)];
};
+struct ppoll_args {
+ char fds_l_[PADL_(struct pollfd *)]; struct pollfd * fds; char fds_r_[PADR_(struct pollfd *)];
+ char nfds_l_[PADL_(u_int)]; u_int nfds; char nfds_r_[PADR_(u_int)];
+ char ts_l_[PADL_(const struct timespec *)]; const struct timespec * ts; char ts_r_[PADR_(const struct timespec *)];
+ char set_l_[PADL_(const sigset_t *)]; const sigset_t * set; char set_r_[PADR_(const sigset_t *)];
+};
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 +2210,7 @@ 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 *);
+int sys_ppoll(struct thread *, struct ppoll_args *);
#ifdef COMPAT_43
@@ -2909,6 +2916,7 @@ int freebsd7_shmctl(struct thread *, struct freebsd7_shmctl_args *);
#define SYS_AUE_pipe2 AUE_PIPE
#define SYS_AUE_aio_mlock AUE_NULL
#define SYS_AUE_procctl AUE_NULL
+#define SYS_AUE_ppoll AUE_POLL
#undef PAD_
#undef PADL_
OpenPOWER on IntegriCloud