diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2004-04-05 00:01:35 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2004-04-05 00:01:35 +0000 |
commit | 2d134a7b62f6e54b99a22db431c73c3509ddb089 (patch) | |
tree | 904ae77e41deff6c769fad4de208eefd2a2369b8 /sys/compat/linux/linux_syscallargs.h | |
parent | d3c73c92759b3b0be9e84245c3197e360950fe14 (diff) |
sync
Diffstat (limited to 'sys/compat/linux/linux_syscallargs.h')
-rw-r--r-- | sys/compat/linux/linux_syscallargs.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/compat/linux/linux_syscallargs.h b/sys/compat/linux/linux_syscallargs.h index a1dfa17ead0..683266940d0 100644 --- a/sys/compat/linux/linux_syscallargs.h +++ b/sys/compat/linux/linux_syscallargs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: linux_syscallargs.h,v 1.48 2003/09/04 02:57:44 tedu Exp $ */ +/* $OpenBSD: linux_syscallargs.h,v 1.49 2004/04/05 00:01:34 tedu Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.45 2003/09/04 02:57:22 tedu Exp + * created from OpenBSD: syscalls.master,v 1.46 2004/04/05 00:01:12 tedu Exp */ #ifdef syscallarg @@ -785,7 +785,7 @@ int linux_sys_setfsuid(struct proc *, void *, register_t *); int linux_sys_setfsgid(struct proc *, void *, register_t *); int linux_sys_pivot_root(struct proc *, void *, register_t *); int linux_sys_mincore(struct proc *, void *, register_t *); -int linux_sys_madvise(struct proc *, void *, register_t *); +int sys_madvise(struct proc *, void *, register_t *); int linux_sys_getdents64(struct proc *, void *, register_t *); int linux_sys_fcntl64(struct proc *, void *, register_t *); int linux_sys_setxattr(struct proc *, void *, register_t *); |