summaryrefslogtreecommitdiffstats
path: root/sys/alpha/linux/linux_proto.h
diff options
context:
space:
mode:
authorbms <bms@FreeBSD.org>2004-03-29 02:19:43 +0000
committerbms <bms@FreeBSD.org>2004-03-29 02:19:43 +0000
commit3ac6131b81445b601628d35c1488a50039849847 (patch)
tree432e95ff10e04221f751a372fbe81ae30015d1e5 /sys/alpha/linux/linux_proto.h
parent163b236504b7729f12514af9c50a4bc81cacc473 (diff)
downloadFreeBSD-src-3ac6131b81445b601628d35c1488a50039849847.zip
FreeBSD-src-3ac6131b81445b601628d35c1488a50039849847.tar.gz
MFi386: Use the BSD madvise() syscall implementation for Linux binary
emulation, instead of treating it as an unimplemented syscall. Requested by: marcel
Diffstat (limited to 'sys/alpha/linux/linux_proto.h')
-rw-r--r--sys/alpha/linux/linux_proto.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/alpha/linux/linux_proto.h b/sys/alpha/linux/linux_proto.h
index cd60f9d..baff6f4 100644
--- a/sys/alpha/linux/linux_proto.h
+++ b/sys/alpha/linux/linux_proto.h
@@ -150,9 +150,6 @@ struct linux_mprotect_args {
char len_l_[PADL_(l_size_t)]; l_size_t len; char len_r_[PADR_(l_size_t)];
char prot_l_[PADL_(l_ulong)]; l_ulong prot; char prot_r_[PADR_(l_ulong)];
};
-struct linux_madvise_args {
- register_t dummy;
-};
struct linux_vhangup_args {
register_t dummy;
};
@@ -612,7 +609,6 @@ int linux_newlstat(struct thread *, struct linux_newlstat_args *);
int linux_mmap(struct thread *, struct linux_mmap_args *);
int linux_munmap(struct thread *, struct linux_munmap_args *);
int linux_mprotect(struct thread *, struct linux_mprotect_args *);
-int linux_madvise(struct thread *, struct linux_madvise_args *);
int linux_vhangup(struct thread *, struct linux_vhangup_args *);
int linux_setgroups(struct thread *, struct linux_setgroups_args *);
int linux_getgroups(struct thread *, struct linux_getgroups_args *);
OpenPOWER on IntegriCloud