diff options
author | peter <peter@FreeBSD.org> | 2003-12-11 02:36:07 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2003-12-11 02:36:07 +0000 |
commit | d4883a4357f599e6785aea4b9b3fc9c98b04fa56 (patch) | |
tree | e219a4b253ee178a7d5e73f9cabba11bb06e2a08 /sys | |
parent | 0cde709881be2f636233fbf868c7f3a28e0a53db (diff) | |
download | FreeBSD-src-d4883a4357f599e6785aea4b9b3fc9c98b04fa56.zip FreeBSD-src-d4883a4357f599e6785aea4b9b3fc9c98b04fa56.tar.gz |
Mark freebsd32_gettimeofday() as mpsafe
Diffstat (limited to 'sys')
-rw-r--r-- | sys/compat/freebsd32/syscalls.master | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/compat/freebsd32/syscalls.master b/sys/compat/freebsd32/syscalls.master index 2b6f7a7..b0b0ead 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); } |