imp 2007-12-19 04:30:11 UTC
FreeBSD src repository
Modified files:
lib/libc/stdtime localtime.c
Log:
Reduce lock contention for simple cases.
# this really should be done with pthread_once, but I've debugged this code.
Reviewed by: arch@
Revision Changes Path
1.42 +22 -16 src/lib/libc/stdtime/localtime.c