summaryrefslogtreecommitdiffstats
path: root/sys/sys/sysproto.h
diff options
context:
space:
mode:
authorjilles <jilles@FreeBSD.org>2013-05-01 22:45:04 +0000
committerjilles <jilles@FreeBSD.org>2013-05-01 22:45:04 +0000
commit49a5937b778f9c306f795bab7e276888c7c3dfb9 (patch)
tree1c18c13102ee31ddb3c315e439f2a0899f25437e /sys/sys/sysproto.h
parent16772c421df1aaea1f268ea43b53e1b21a40be99 (diff)
downloadFreeBSD-src-49a5937b778f9c306f795bab7e276888c7c3dfb9.zip
FreeBSD-src-49a5937b778f9c306f795bab7e276888c7c3dfb9.tar.gz
Regenerate files for pipe2().
Diffstat (limited to 'sys/sys/sysproto.h')
-rw-r--r--sys/sys/sysproto.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/sys/sys/sysproto.h b/sys/sys/sysproto.h
index 9f8620a..4b1ac24 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 250154 2013-05-01 20:10:21Z jilles
+ * created from FreeBSD: head/sys/kern/syscalls.master 250159 2013-05-01 22:42:42Z jilles
*/
#ifndef _SYS_SYSPROTO_H_
@@ -1808,6 +1808,10 @@ struct accept4_args {
char anamelen_l_[PADL_(__socklen_t *__restrict)]; __socklen_t *__restrict anamelen; char anamelen_r_[PADR_(__socklen_t *__restrict)];
char flags_l_[PADL_(int)]; int flags; char flags_r_[PADR_(int)];
};
+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)];
+};
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 *);
@@ -2199,6 +2203,7 @@ int sys_bindat(struct thread *, struct bindat_args *);
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 *);
#ifdef COMPAT_43
@@ -2904,6 +2909,7 @@ int freebsd7_shmctl(struct thread *, struct freebsd7_shmctl_args *);
#define SYS_AUE_connectat AUE_CONNECTAT
#define SYS_AUE_chflagsat AUE_CHFLAGSAT
#define SYS_AUE_accept4 AUE_ACCEPT
+#define SYS_AUE_pipe2 AUE_PIPE
#undef PAD_
#undef PADL_
OpenPOWER on IntegriCloud