[M3commit] CVS Update: cm3
Jay Krell
jkrell at elego.de
Sun Dec 6 14:37:22 CET 2009
CVSROOT: /usr/cvs
Changes by: jkrell at birch. 09/12/06 14:37:22
Modified files:
cm3/m3-libs/m3core/src/time/POSIX/: DateBsd.m3 m3makefile
Removed files:
cm3/m3-libs/m3core/src/time/POSIX/: DateBsdNoLock.m3
Log message:
use grep -v to remove the references to " mu " in DateBsd.m3
when compiling for KernelThreads/pthreads, as their threading
library will swap the localtime/asctime/etc. buffers when
they swap threads (or switch to a new bank of thread locals, etc.)
Unnecessary locks are bad.
More information about the M3commit
mailing list