summaryrefslogtreecommitdiffstats
path: root/sys/i386/linux/linux_proto.h
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2005-06-08 20:47:30 +0000
committersobomax <sobomax@FreeBSD.org>2005-06-08 20:47:30 +0000
commit3d445ed2f2296f8e48f68e61e24de3eb40e4bdcc (patch)
treedb2b4af56ca367bc77d2683f20235c10f10c1b96 /sys/i386/linux/linux_proto.h
parent307c6bb14996af08596d7169372631784e07b77f (diff)
downloadFreeBSD-src-3d445ed2f2296f8e48f68e61e24de3eb40e4bdcc.zip
FreeBSD-src-3d445ed2f2296f8e48f68e61e24de3eb40e4bdcc.tar.gz
Regen after addition of linux_getpriority wrapper.
PR: kern/81951 Submitted by: Andriy Gapon <avg@icyb.net.ua> MFC after: 1 week
Diffstat (limited to 'sys/i386/linux/linux_proto.h')
-rw-r--r--sys/i386/linux/linux_proto.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/i386/linux/linux_proto.h b/sys/i386/linux/linux_proto.h
index e110c42..caa2941 100644
--- a/sys/i386/linux/linux_proto.h
+++ b/sys/i386/linux/linux_proto.h
@@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
- * created from FreeBSD: src/sys/i386/linux/syscalls.master,v 1.60 2005/05/30 15:09:18 rwatson Exp
+ * created from FreeBSD: src/sys/i386/linux/syscalls.master,v 1.61 2005/06/08 20:41:28 sobomax Exp
*/
#ifndef _LINUX_SYSPROTO_H_
@@ -277,6 +277,10 @@ struct linux_truncate_args {
char path_l_[PADL_(char *)]; char * path; char path_r_[PADR_(char *)];
char length_l_[PADL_(l_ulong)]; l_ulong length; char length_r_[PADR_(l_ulong)];
};
+struct linux_getpriority_args {
+ char which_l_[PADL_(int)]; int which; char which_r_[PADR_(int)];
+ char who_l_[PADL_(int)]; int who; char who_r_[PADR_(int)];
+};
struct linux_statfs_args {
char path_l_[PADL_(char *)]; char * path; char path_r_[PADR_(char *)];
char buf_l_[PADL_(struct l_statfs_buf *)]; struct l_statfs_buf * buf; char buf_r_[PADR_(struct l_statfs_buf *)];
@@ -755,6 +759,7 @@ int linux_reboot(struct thread *, struct linux_reboot_args *);
int linux_readdir(struct thread *, struct linux_readdir_args *);
int linux_mmap(struct thread *, struct linux_mmap_args *);
int linux_truncate(struct thread *, struct linux_truncate_args *);
+int linux_getpriority(struct thread *, struct linux_getpriority_args *);
int linux_statfs(struct thread *, struct linux_statfs_args *);
int linux_fstatfs(struct thread *, struct linux_fstatfs_args *);
int linux_ioperm(struct thread *, struct linux_ioperm_args *);
OpenPOWER on IntegriCloud