Received: by mail.netbsd.org (Postfix, from userid 605) id C881484D9E; Tue, 13 Apr 2021 00:31:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0703684D81 for ; Tue, 13 Apr 2021 00:31:55 +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 u38y3K36qjlp for ; Tue, 13 Apr 2021 00:31:54 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A25A284C13 for ; Tue, 13 Apr 2021 00:31:54 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9B149FA95; Tue, 13 Apr 2021 00:31:54 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Tue, 13 Apr 2021 00:31:54 +0000 From: "matthew green" Subject: CVS commit: src/lib/libpthread To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20210413003154.9B149FA95@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "matthew green" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: mrg Date: Tue Apr 13 00:31:54 UTC 2021 Modified Files: src/lib/libpthread: pthread.c Log Message: fake-use alloca()'s return value to quieten -Werror=unused-result To generate a diff of this commit: cvs rdiff -u -r1.178 -r1.179 src/lib/libpthread/pthread.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.