1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-02-05 18:05:16 +00:00

Mark freebsd32_gettimeofday() as mpsafe

This commit is contained in:
Peter Wemm 2003-12-11 02:36:07 +00:00
parent 4eeb271ab4
commit ca40b45fb7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=123426

View File

@ -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); }