Date: Fri, 20 Nov 2009 19:21:33 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/lib/libc/stdtime localtime.c Message-ID: <200911201921.nAKJLgHa037495@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2009-11-20 19:21:33 UTC FreeBSD src repository Modified files: lib/libc/stdtime localtime.c Log: SVN rev 199607 on 2009-11-20 19:21:33Z by jhb Replace gmt_is_set and the gmt_mutex lock with a pthread_once_t variable and an init routine run on the first invocation via _once(). MFC after: 1 week Revision Changes Path 1.47 +13 -12 src/lib/libc/stdtime/localtime.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200911201921.nAKJLgHa037495>