|
|
http://perforce.freebsd.org/chv.cgi?CH=99962
Change 99962 by jhb@jhb_mutex on 2006/06/25 02:16:18
freebsd32_utimes is MPSAFE, and has been for quite a while.
Affected files ...
.. //depot/projects/smpng/sys/compat/freebsd32/syscalls.master#32 edit
Differences ...
==== //depot/projects/smpng/sys/compat/freebsd32/syscalls.master#32 (text+ko)
====
@@ -253,7 +253,7 @@
int protocol, int *rsv); }
136 AUE_MKDIR MNOPROTO { int mkdir(char *path, int mode); }
137 AUE_RMDIR MNOPROTO { int rmdir(char *path); }
-138 AUE_UTIMES STD { int freebsd32_utimes(char *path, \
+138 AUE_UTIMES MSTD { int freebsd32_utimes(char *path, \
struct timeval32 *tptr); }
139 AUE_NULL OBSOL 4.2 sigreturn
140 AUE_ADJTIME MSTD { int freebsd32_adjtime( \
_______________________________________________
p4-projects@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/p4-projects
To unsubscribe, send any mail to "p4-projects-unsubscribe@xxxxxxxxxxx"
|
|