Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Nov 2009 20:43:34 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/lib/libc/gen _once_stub.c _pthread_stubs.c src/lib/libc/include libc_private.h
Message-ID:  <200911202043.nAKKhsaP044717@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2009-11-20 20:43:34 UTC

  FreeBSD src repository

  Modified files:
    lib/libc/gen         _once_stub.c _pthread_stubs.c 
    lib/libc/include     libc_private.h 
  Log:
  SVN rev 199614 on 2009-11-20 20:43:34Z by jhb
  
  Revert the previous change to pthread_once() stub in libc.  It is actually
  a feature that libstdc++ depends on to simulate the behavior of libc's
  internal '__isthreaded' variable.  One benefit of this is that _libc_once()
  is now private to _once_stub.c.
  
  Requested by:   kan
  
  Revision  Changes    Path
  1.2       +2 -5      src/lib/libc/gen/_once_stub.c
  1.16      +1 -1      src/lib/libc/gen/_pthread_stubs.c
  1.22      +0 -1      src/lib/libc/include/libc_private.h



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