summaryrefslogtreecommitdiffstats
path: root/sys/i386/linux/linux_proto.h
diff options
context:
space:
mode:
authordfr <dfr@FreeBSD.org>2004-09-06 09:33:30 +0000
committerdfr <dfr@FreeBSD.org>2004-09-06 09:33:30 +0000
commitabfb7537fac3b6ca8b41f4573a7096b26d6bd212 (patch)
tree74c90fa7b2a5451e9bf93bc4b00803a75bc1d09c /sys/i386/linux/linux_proto.h
parent865b03d47224cc64e921bbae5bcc5909b90a0294 (diff)
downloadFreeBSD-src-abfb7537fac3b6ca8b41f4573a7096b26d6bd212.zip
FreeBSD-src-abfb7537fac3b6ca8b41f4573a7096b26d6bd212.tar.gz
Regen.
Diffstat (limited to 'sys/i386/linux/linux_proto.h')
-rw-r--r--sys/i386/linux/linux_proto.h15
1 files changed, 14 insertions, 1 deletions
diff --git a/sys/i386/linux/linux_proto.h b/sys/i386/linux/linux_proto.h
index 2206b6d..eec888c 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.57 2004/08/24 20:21:21 jhb Exp
+ * created from FreeBSD: src/sys/i386/linux/syscalls.master,v 1.58 2004/09/06 09:32:59 dfr Exp
*/
#ifndef _LINUX_SYSPROTO_H_
@@ -641,6 +641,9 @@ struct linux_fcntl64_args {
char cmd_l_[PADL_(l_uint)]; l_uint cmd; char cmd_r_[PADR_(l_uint)];
char arg_l_[PADL_(l_ulong)]; l_ulong arg; char arg_r_[PADR_(l_ulong)];
};
+struct linux_gettid_args {
+ register_t dummy;
+};
struct linux_setxattr_args {
register_t dummy;
};
@@ -677,6 +680,13 @@ struct linux_lremovexattr_args {
struct linux_fremovexattr_args {
register_t dummy;
};
+struct linux_tkill_args {
+ char tid_l_[PADL_(int)]; int tid; char tid_r_[PADR_(int)];
+ char sig_l_[PADL_(int)]; int sig; char sig_r_[PADR_(int)];
+};
+struct linux_set_thread_area_args {
+ char entry_l_[PADL_(void *)]; void * entry; char entry_r_[PADR_(void *)];
+};
struct linux_fadvise64_args {
register_t dummy;
};
@@ -832,6 +842,7 @@ int linux_pivot_root(struct thread *, struct linux_pivot_root_args *);
int linux_mincore(struct thread *, struct linux_mincore_args *);
int linux_getdents64(struct thread *, struct linux_getdents64_args *);
int linux_fcntl64(struct thread *, struct linux_fcntl64_args *);
+int linux_gettid(struct thread *, struct linux_gettid_args *);
int linux_setxattr(struct thread *, struct linux_setxattr_args *);
int linux_lsetxattr(struct thread *, struct linux_lsetxattr_args *);
int linux_fsetxattr(struct thread *, struct linux_fsetxattr_args *);
@@ -844,6 +855,8 @@ int linux_flistxattr(struct thread *, struct linux_flistxattr_args *);
int linux_removexattr(struct thread *, struct linux_removexattr_args *);
int linux_lremovexattr(struct thread *, struct linux_lremovexattr_args *);
int linux_fremovexattr(struct thread *, struct linux_fremovexattr_args *);
+int linux_tkill(struct thread *, struct linux_tkill_args *);
+int linux_set_thread_area(struct thread *, struct linux_set_thread_area_args *);
int linux_fadvise64(struct thread *, struct linux_fadvise64_args *);
#ifdef COMPAT_43
OpenPOWER on IntegriCloud