Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Jan 2010 18:12:37 +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:  <201001131813.o0DID1G7099496@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2010-01-13 18:12:37 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    lib/libc/stdtime     localtime.c 
  Log:
  SVN rev 202202 on 2010-01-13 18:12:37Z by jhb
  
  MFC 199607, 200797, 201270, 201669:
  Use pthread_once() to initialize the thread-local storage for localtime()
  and gmtime() and _once() to initialize gmt state rather than home-rolled
  versions using pthread mutex locks.
  
  Revision  Changes    Path
  1.41.2.4  +41 -35    src/lib/libc/stdtime/localtime.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001131813.o0DID1G7099496>