summaryrefslogtreecommitdiffstats
path: root/sys/sys/sysproto.h
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2011-11-04 04:06:31 +0000
committerjhb <jhb@FreeBSD.org>2011-11-04 04:06:31 +0000
commit767a02dc14b492f8c777383ac774c12ccd3080ad (patch)
tree78516b82cb4bbb08db7cc06e61af728b59095b0c /sys/sys/sysproto.h
parent78c075174e74e727279365476d0d076d6c3e3075 (diff)
downloadFreeBSD-src-767a02dc14b492f8c777383ac774c12ccd3080ad.zip
FreeBSD-src-767a02dc14b492f8c777383ac774c12ccd3080ad.tar.gz
Regen.
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 bb692b8..def5331 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 224987 2011-08-18 22:51:30Z jonathan
+ * created from FreeBSD: head/sys/kern/syscalls.master 227070 2011-11-04 04:02:50Z jhb
*/
#ifndef _SYS_SYSPROTO_H_
@@ -1733,6 +1733,12 @@ struct posix_fallocate_args {
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)];
};
+struct posix_fadvise_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)];
+ char advice_l_[PADL_(int)]; int advice; char advice_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 *);
@@ -2109,6 +2115,7 @@ int sys_rctl_get_limits(struct thread *, struct rctl_get_limits_args *);
int sys_rctl_add_rule(struct thread *, struct rctl_add_rule_args *);
int sys_rctl_remove_rule(struct thread *, struct rctl_remove_rule_args *);
int sys_posix_fallocate(struct thread *, struct posix_fallocate_args *);
+int sys_posix_fadvise(struct thread *, struct posix_fadvise_args *);
#ifdef COMPAT_43
@@ -2799,6 +2806,7 @@ int freebsd7_shmctl(struct thread *, struct freebsd7_shmctl_args *);
#define SYS_AUE_rctl_add_rule AUE_NULL
#define SYS_AUE_rctl_remove_rule AUE_NULL
#define SYS_AUE_posix_fallocate AUE_NULL
+#define SYS_AUE_posix_fadvise AUE_NULL
#undef PAD_
#undef PADL_
OpenPOWER on IntegriCloud