Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Dec 2009 19:43:23 +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:  <200912211944.nBLJiRdh065284@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2009-12-21 19:43:23 UTC

  FreeBSD src repository

  Modified files:
    lib/libc/stdtime     localtime.c 
  Log:
  SVN rev 200797 on 2009-12-21 19:43:23Z by jhb
  
  Use _once() to initialize the pthread key for thread-local storage to hold
  the results of localtime() instead of using a pthread mutex directly.
  
  MFC after:      1 week
  
  Revision  Changes    Path
  1.48      +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?200912211944.nBLJiRdh065284>