Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Mar 2003 11:22:57 -0800 (PST)
From:      Mike Makonnen <mtm@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/stdtime strptime.c
Message-ID:  <200303121922.h2CJMv4e020438@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
mtm         2003/03/12 11:22:57 PST

  FreeBSD src repository

  Modified files:
    lib/libc/stdtime     strptime.c 
  Log:
  Ditch a static global and the mutex that protected it. Achieve the
  desired strptime(3) reentrancy by adding an extra argument to _strptime()
  instead.
  
  Approved by:    markm (mentor)
  MFC:            4 weeks
  
  Revision  Changes    Path
  1.31      +18 -27    src/lib/libc/stdtime/strptime.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-src" in the body of the message




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