summaryrefslogtreecommitdiffstats
path: root/sys/alpha/linux/linux_proto.h
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2005-03-07 00:23:58 +0000
committersobomax <sobomax@FreeBSD.org>2005-03-07 00:23:58 +0000
commit44e9d0b353ecbc9bb3239930c830108b019d276a (patch)
treea4332caca553ae91b607fa4844059db8ae0420b3 /sys/alpha/linux/linux_proto.h
parentf706f4bce8c8194eb57aa53603187eb626cd5131 (diff)
downloadFreeBSD-src-44e9d0b353ecbc9bb3239930c830108b019d276a.zip
FreeBSD-src-44e9d0b353ecbc9bb3239930c830108b019d276a.tar.gz
Regen after addition of linux_nosys handler.
Diffstat (limited to 'sys/alpha/linux/linux_proto.h')
-rw-r--r--sys/alpha/linux/linux_proto.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/alpha/linux/linux_proto.h b/sys/alpha/linux/linux_proto.h
index 8f79dda..a932f81 100644
--- a/sys/alpha/linux/linux_proto.h
+++ b/sys/alpha/linux/linux_proto.h
@@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
- * created from FreeBSD: src/sys/alpha/linux/syscalls.master,v 1.59 2004/08/24 20:21:21 jhb Exp
+ * created from FreeBSD: src/sys/alpha/linux/syscalls.master,v 1.60 2005/03/07 00:18:06 sobomax Exp
*/
#ifndef _LINUX_SYSPROTO_H_
@@ -32,6 +32,7 @@ struct thread;
#define PADR_(t) 0
#endif
+#define nosys linux_nosys
struct linux_fork_args {
register_t dummy;
};
@@ -581,6 +582,7 @@ struct linux_getdents64_args {
char dirent_l_[PADL_(void *)]; void * dirent; char dirent_r_[PADR_(void *)];
char count_l_[PADL_(l_uint)]; l_uint count; char count_r_[PADR_(l_uint)];
};
+#define nosys linux_nosys
int linux_fork(struct thread *, struct linux_fork_args *);
int osf1_wait4(struct thread *, struct osf1_wait4_args *);
int linux_link(struct thread *, struct linux_link_args *);
@@ -716,12 +718,14 @@ int linux_getdents64(struct thread *, struct linux_getdents64_args *);
#ifdef COMPAT_43
+#define nosys linux_nosys
#endif /* COMPAT_43 */
#ifdef COMPAT_FREEBSD4
+#define nosys linux_nosys
#endif /* COMPAT_FREEBSD4 */
OpenPOWER on IntegriCloud