From 01f8193907632d668908973b3842c66023c56868 Mon Sep 17 00:00:00 2001 From: peter Date: Thu, 11 Dec 2003 02:36:07 +0000 Subject: [PATCH] Mark freebsd32_gettimeofday() as mpsafe --- sys/compat/freebsd32/syscalls.master | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/compat/freebsd32/syscalls.master b/sys/compat/freebsd32/syscalls.master index 2b6f7a776ce6..b0b0eadfb855 100644 --- a/sys/compat/freebsd32/syscalls.master +++ b/sys/compat/freebsd32/syscalls.master @@ -189,7 +189,7 @@ 113 OBSOL BSD orecvmsg 114 OBSOL BSD osendmsg 115 OBSOL NOHIDE vtrace -116 STD BSD { int freebsd32_gettimeofday(struct timeval32 *tp, \ +116 MSTD BSD { int freebsd32_gettimeofday(struct timeval32 *tp, \ struct timezone *tzp); } 117 STD BSD { int freebsd32_getrusage(int who, \ struct rusage32 *rusage); }