From owner-cvs-src-old@FreeBSD.ORG Wed Dec 30 19:06:27 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E65511065792 for ; Wed, 30 Dec 2009 19:06:27 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BAEFD8FC08 for ; Wed, 30 Dec 2009 19:06:27 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id nBUJ6Rjp021342 for ; Wed, 30 Dec 2009 19:06:27 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id nBUJ6R2P021341 for cvs-src-old@freebsd.org; Wed, 30 Dec 2009 19:06:27 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <200912301906.nBUJ6R2P021341@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Wed, 30 Dec 2009 19:06:16 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/stdtime localtime.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Dec 2009 19:06:28 -0000 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