Received: by mail.netbsd.org (Postfix, from userid 605) id 0EDA884DF4; Fri, 31 Jan 2020 02:37:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7DB0184DF3 for ; Fri, 31 Jan 2020 02:37:47 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id kMl7hZr93-yo for ; Fri, 31 Jan 2020 02:37:47 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 19CEA84D3C for ; Fri, 31 Jan 2020 02:37:47 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 13343FBF4; Fri, 31 Jan 2020 02:37:47 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Thu, 30 Jan 2020 21:37:47 -0500 From: "Christos Zoulas" Subject: CVS commit: src/lib/libpthread To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20200131023747.13343FBF4@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Christos Zoulas" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: christos Date: Fri Jan 31 02:37:47 UTC 2020 Modified Files: src/lib/libpthread: pthread_mutex.c Log Message: In the same spirit as the previous pthread_mutex_init change for jemalloc, make pthread_mutexattr_init do always a full initialization, so that the attribute that will be used later when we become threaded is properly initialized. To generate a diff of this commit: cvs rdiff -u -r1.70 -r1.71 src/lib/libpthread/pthread_mutex.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.