summaryrefslogtreecommitdiffstats
path: root/sys/sys/sysproto.h
diff options
context:
space:
mode:
authormdf <mdf@FreeBSD.org>2011-04-18 16:32:47 +0000
committermdf <mdf@FreeBSD.org>2011-04-18 16:32:47 +0000
commitb0f847476623130dd7bdc3665de2f62cf88f7e1f (patch)
treef4c795eb7b480dabd1ea9aa3df7b00438cd8a2b2 /sys/sys/sysproto.h
parent9c9a32d97b41ab9d0cae56c7e428ad6d5cd1302f (diff)
downloadFreeBSD-src-b0f847476623130dd7bdc3665de2f62cf88f7e1f.zip
FreeBSD-src-b0f847476623130dd7bdc3665de2f62cf88f7e1f.tar.gz
Regen.
Diffstat (limited to 'sys/sys/sysproto.h')
-rw-r--r--sys/sys/sysproto.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/sys/sys/sysproto.h b/sys/sys/sysproto.h
index e59143e..0965b72 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 220163 2011-03-30 17:48:15Z trasz
+ * created from FreeBSD
*/
#ifndef _SYS_SYSPROTO_H_
@@ -1708,6 +1708,11 @@ struct rctl_remove_rule_args {
char outbufp_l_[PADL_(void *)]; void * outbufp; char outbufp_r_[PADR_(void *)];
char outbuflen_l_[PADL_(size_t)]; size_t outbuflen; char outbuflen_r_[PADR_(size_t)];
};
+struct posix_fallocate_args {
+ char fd_l_[PADL_(int)]; int fd; char fd_r_[PADR_(int)];
+ char offset_l_[PADL_(off_t)]; off_t offset; char offset_r_[PADR_(off_t)];
+ char len_l_[PADL_(off_t)]; off_t len; char len_r_[PADR_(off_t)];
+};
int nosys(struct thread *, struct nosys_args *);
void sys_exit(struct thread *, struct sys_exit_args *);
int fork(struct thread *, struct fork_args *);
@@ -2078,6 +2083,7 @@ int rctl_get_rules(struct thread *, struct rctl_get_rules_args *);
int rctl_get_limits(struct thread *, struct rctl_get_limits_args *);
int rctl_add_rule(struct thread *, struct rctl_add_rule_args *);
int rctl_remove_rule(struct thread *, struct rctl_remove_rule_args *);
+int posix_fallocate(struct thread *, struct posix_fallocate_args *);
#ifdef COMPAT_43
@@ -2762,6 +2768,7 @@ int freebsd7_shmctl(struct thread *, struct freebsd7_shmctl_args *);
#define SYS_AUE_rctl_get_limits AUE_NULL
#define SYS_AUE_rctl_add_rule AUE_NULL
#define SYS_AUE_rctl_remove_rule AUE_NULL
+#define SYS_AUE_posix_fallocate AUE_NULL
#undef PAD_
#undef PADL_
OpenPOWER on IntegriCloud