Date: Wed, 30 Dec 2009 19:06:16 +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: <200912301906.nBUJ6R2P021341@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2009-12-30 19:06:16 UTC FreeBSD src repository Modified files: lib/libc/stdtime localtime.c Log: SVN rev 201270 on 2009-12-30 19:06:16Z by jhb Use _once() to initialize the pthread key for thread-local storage to hold the results of gmtime() instead of using a pthread mutex directly. MFC after: 1 week Revision Changes Path 1.49 +14 -14 src/lib/libc/stdtime/localtime.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912301906.nBUJ6R2P021341>