From owner-cvs-src-old@FreeBSD.ORG Fri Nov 20 20:43:54 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 DA4FC106566C for ; Fri, 20 Nov 2009 20:43:54 +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 C740B8FC17 for ; Fri, 20 Nov 2009 20:43:54 +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 nAKKhsMK044718 for ; Fri, 20 Nov 2009 20:43:54 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id nAKKhsaP044717 for cvs-src-old@freebsd.org; Fri, 20 Nov 2009 20:43:54 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <200911202043.nAKKhsaP044717@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Fri, 20 Nov 2009 20:43:34 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/gen _once_stub.c _pthread_stubs.c src/lib/libc/include libc_private.h 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: Fri, 20 Nov 2009 20:43:54 -0000 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