summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortjr <tjr@FreeBSD.org>2003-02-20 13:34:15 +0000
committertjr <tjr@FreeBSD.org>2003-02-20 13:34:15 +0000
commitaf3925ea88418ce64aad6fcf5d505f9ccfff8219 (patch)
tree59a41d28f54c55b87d3df6ac9340d3dd1b8abfbc
parent9f6ee2c2d2734136616940dab0eba3395cd2e4d2 (diff)
downloadFreeBSD-src-af3925ea88418ce64aad6fcf5d505f9ccfff8219.zip
FreeBSD-src-af3925ea88418ce64aad6fcf5d505f9ccfff8219.tar.gz
Regen from syscalls.master 1.50.
-rw-r--r--sys/i386/linux/linux_proto.h2
-rw-r--r--sys/i386/linux/linux_syscall.h2
-rw-r--r--sys/i386/linux/linux_sysent.c8
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/i386/linux/linux_proto.h b/sys/i386/linux/linux_proto.h
index 4ea6324..6bdf895 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.49 2003/02/16 02:26:30 tjr Exp
+ * created from FreeBSD: src/sys/i386/linux/syscalls.master,v 1.50 2003/02/20 13:32:48 tjr Exp
*/
#ifndef _LINUX_SYSPROTO_H_
diff --git a/sys/i386/linux/linux_syscall.h b/sys/i386/linux/linux_syscall.h
index ae474ad..bf6b2cb 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.49 2003/02/16 02:26:30 tjr Exp
+ * created from FreeBSD: src/sys/i386/linux/syscalls.master,v 1.50 2003/02/20 13:32:48 tjr Exp
*/
#define LINUX_SYS_exit 1
diff --git a/sys/i386/linux/linux_sysent.c b/sys/i386/linux/linux_sysent.c
index a52f969..72fee57 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.49 2003/02/16 02:26:30 tjr Exp
+ * created from FreeBSD: src/sys/i386/linux/syscalls.master,v 1.50 2003/02/20 13:32:48 tjr Exp
*/
#include "opt_compat.h"
@@ -37,7 +37,7 @@ struct sysent linux_sysent[] = {
{ 0, (sy_call_t *)nosys }, /* 17 = break */
{ AS(linux_stat_args), (sy_call_t *)linux_stat }, /* 18 = linux_stat */
{ AS(linux_lseek_args), (sy_call_t *)linux_lseek }, /* 19 = linux_lseek */
- { 0, (sy_call_t *)linux_getpid }, /* 20 = linux_getpid */
+ { SYF_MPSAFE | 0, (sy_call_t *)linux_getpid }, /* 20 = linux_getpid */
{ AS(linux_mount_args), (sy_call_t *)linux_mount }, /* 21 = linux_mount */
{ AS(linux_oldumount_args), (sy_call_t *)linux_oldumount }, /* 22 = linux_oldumount */
{ AS(linux_setuid16_args), (sy_call_t *)linux_setuid16 }, /* 23 = linux_setuid16 */
@@ -216,8 +216,8 @@ struct sysent linux_sysent[] = {
{ AS(linux_lstat64_args), (sy_call_t *)linux_lstat64 }, /* 196 = linux_lstat64 */
{ AS(linux_fstat64_args), (sy_call_t *)linux_fstat64 }, /* 197 = linux_fstat64 */
{ AS(linux_lchown_args), (sy_call_t *)linux_lchown }, /* 198 = linux_lchown */
- { 0, (sy_call_t *)linux_getuid }, /* 199 = linux_getuid */
- { 0, (sy_call_t *)linux_getgid }, /* 200 = linux_getgid */
+ { SYF_MPSAFE | 0, (sy_call_t *)linux_getuid }, /* 199 = linux_getuid */
+ { SYF_MPSAFE | 0, (sy_call_t *)linux_getgid }, /* 200 = linux_getgid */
{ 0, (sy_call_t *)geteuid }, /* 201 = geteuid */
{ 0, (sy_call_t *)getegid }, /* 202 = getegid */
{ AS(setreuid_args), (sy_call_t *)setreuid }, /* 203 = setreuid */
OpenPOWER on IntegriCloud