From ac08ecfc54b885d7c0599ea273d0e1659f8cd1ac Mon Sep 17 00:00:00 2001 From: jhb Date: Tue, 24 Aug 2004 20:24:34 +0000 Subject: Regenerate after fcntl() wrappers were marked MP safe. --- sys/i386/linux/linux_proto.h | 2 +- sys/i386/linux/linux_syscall.h | 2 +- sys/i386/linux/linux_sysent.c | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'sys/i386/linux') diff --git a/sys/i386/linux/linux_proto.h b/sys/i386/linux/linux_proto.h index fec6d44..2206b6d 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.55 2004/03/15 22:43:48 jhb Exp + * created from FreeBSD: src/sys/i386/linux/syscalls.master,v 1.57 2004/08/24 20:21:21 jhb Exp */ #ifndef _LINUX_SYSPROTO_H_ diff --git a/sys/i386/linux/linux_syscall.h b/sys/i386/linux/linux_syscall.h index 73064d7..cb3fc7f 100644 --- a/sys/i386/linux/linux_syscall.h +++ b/sys/i386/linux/linux_syscall.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.55 2004/03/15 22:43:48 jhb Exp + * created from FreeBSD: src/sys/i386/linux/syscalls.master,v 1.57 2004/08/24 20:21:21 jhb Exp */ #define LINUX_SYS_exit 1 diff --git a/sys/i386/linux/linux_sysent.c b/sys/i386/linux/linux_sysent.c index a9ba557..b7e3548 100644 --- a/sys/i386/linux/linux_sysent.c +++ b/sys/i386/linux/linux_sysent.c @@ -3,7 +3,7 @@ * * DO NOT EDIT-- this file is automatically generated. * $FreeBSD$ - * created from FreeBSD: src/sys/i386/linux/syscalls.master,v 1.55 2004/03/15 22:43:48 jhb Exp + * created from FreeBSD: src/sys/i386/linux/syscalls.master,v 1.57 2004/08/24 20:21:21 jhb Exp */ #include "opt_compat.h" @@ -72,7 +72,7 @@ struct sysent linux_sysent[] = { { AS(linux_umount_args), (sy_call_t *)linux_umount }, /* 52 = linux_umount */ { 0, (sy_call_t *)nosys }, /* 53 = lock */ { AS(linux_ioctl_args), (sy_call_t *)linux_ioctl }, /* 54 = linux_ioctl */ - { AS(linux_fcntl_args), (sy_call_t *)linux_fcntl }, /* 55 = linux_fcntl */ + { SYF_MPSAFE | AS(linux_fcntl_args), (sy_call_t *)linux_fcntl }, /* 55 = linux_fcntl */ { 0, (sy_call_t *)nosys }, /* 56 = mpx */ { SYF_MPSAFE | AS(setpgid_args), (sy_call_t *)setpgid }, /* 57 = setpgid */ { 0, (sy_call_t *)nosys }, /* 58 = ulimit */ @@ -238,7 +238,7 @@ struct sysent linux_sysent[] = { { AS(linux_mincore_args), (sy_call_t *)linux_mincore }, /* 218 = linux_mincore */ { SYF_MPSAFE | AS(madvise_args), (sy_call_t *)madvise }, /* 219 = madvise */ { AS(linux_getdents64_args), (sy_call_t *)linux_getdents64 }, /* 220 = linux_getdents64 */ - { AS(linux_fcntl64_args), (sy_call_t *)linux_fcntl64 }, /* 221 = linux_fcntl64 */ + { SYF_MPSAFE | AS(linux_fcntl64_args), (sy_call_t *)linux_fcntl64 }, /* 221 = linux_fcntl64 */ { 0, (sy_call_t *)nosys }, /* 222 = */ { 0, (sy_call_t *)nosys }, /* 223 = */ { 0, (sy_call_t *)nosys }, /* 224 = linux_gettid */ -- cgit v1.1