From nobody Sat May 4 20:37:42 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of lists.xenproject.org designates 192.237.175.120 as permitted sender) client-ip=192.237.175.120; envelope-from=xen-devel-bounces@lists.xenproject.org; helo=lists.xenproject.org; Authentication-Results: mx.zohomail.com; spf=pass (zohomail.com: domain of lists.xenproject.org designates 192.237.175.120 as permitted sender) smtp.mailfrom=xen-devel-bounces@lists.xenproject.org ARC-Seal: i=1; a=rsa-sha256; t=1611701353; cv=none; d=zohomail.com; s=zohoarc; b=YBJXBH40IJ0GbC5N1oScsTYO9o7bA1l4UjLHOLoGMMS4sS2gKQAgPWcHnCkwMvzia/8htbV2V7vTDdAFvtm+fDlHrPrhVL7AjgcNLmxPWoryiikH1DlSw2P5KOiZPZZNd5lw89osKBPLy5l8tnZFs2QIMJVuN7nCDHmVG7RZfic= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1611701353; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To; bh=joocJ3EFp1iin3OCFv8NQkmlnqb0OcP7VCVeIm750LI=; b=B2sZGha3HRjJKw1JxLBNAVtgsbNCe56FRyU5MudNCI6FWILMVM2AVvx0dlhkTbLiLKAEcxjRxciJ1Fx06DhHyV5YbxDrXaeTBym7bw9T7XG95LbNSD8oIvpxWcQ8W+4uj03/TTNVE7ImqgkiHAIU07S6B+LGrEjMyYelPSqjOdk= ARC-Authentication-Results: i=1; mx.zohomail.com; spf=pass (zohomail.com: domain of lists.xenproject.org designates 192.237.175.120 as permitted sender) smtp.mailfrom=xen-devel-bounces@lists.xenproject.org Return-Path: Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) by mx.zohomail.com with SMTPS id 161170135313748.94167822079237; Tue, 26 Jan 2021 14:49:13 -0800 (PST) Received: from list by lists.xenproject.org with outflank-mailman.75605.136169 (Exim 4.92) (envelope-from ) id 1l4X8v-0001nr-Sq; Tue, 26 Jan 2021 22:49:01 +0000 Received: by outflank-mailman (output) from mailman id 75605.136169; Tue, 26 Jan 2021 22:49:01 +0000 Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1l4X8v-0001nh-Np; Tue, 26 Jan 2021 22:49:01 +0000 Received: by outflank-mailman (input) for mailman id 75605; Tue, 26 Jan 2021 22:49:00 +0000 Received: from us1-rack-iad1.inumbo.com ([172.99.69.81]) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1l4X8u-0001QY-Nn for xen-devel@lists.xenproject.org; Tue, 26 Jan 2021 22:49:00 +0000 Received: from isis.lip6.fr (unknown [2001:660:3302:283c::2]) by us1-rack-iad1.inumbo.com (Halon) with ESMTPS id 64d0791f-3b5f-4dbe-9f7f-3a7d4690cfe0; Tue, 26 Jan 2021 22:48:35 +0000 (UTC) Received: from asim.lip6.fr (asim.lip6.fr [132.227.86.2]) by isis.lip6.fr (8.15.2/8.15.2) with ESMTP id 10QMmY4a020192; Tue, 26 Jan 2021 23:48:34 +0100 (CET) Received: from borneo.soc.lip6.fr (borneo [132.227.103.47]) by asim.lip6.fr (8.15.2/8.14.4) with ESMTP id 10QMmYTB024598; Tue, 26 Jan 2021 23:48:34 +0100 (MET) Received: by borneo.soc.lip6.fr (Postfix, from userid 373) id 42E60AA8C1; Tue, 26 Jan 2021 23:48:34 +0100 (MET) X-Outflank-Mailman: Message body and most headers restored to incoming version X-BeenThere: xen-devel@lists.xenproject.org List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Errors-To: xen-devel-bounces@lists.xenproject.org Precedence: list Sender: "Xen-devel" X-Inumbo-ID: 64d0791f-3b5f-4dbe-9f7f-3a7d4690cfe0 From: Manuel Bouyer To: xen-devel@lists.xenproject.org Cc: Manuel Bouyer , Ian Jackson , Wei Liu Subject: [PATCH v2] libs/store: make build without PTHREAD_STACK_MIN Date: Tue, 26 Jan 2021 23:47:59 +0100 Message-Id: <20210126224800.1246-13-bouyer@netbsd.org> X-Mailer: git-send-email 2.29.2 In-Reply-To: <20210126224800.1246-1-bouyer@netbsd.org> References: <20210126224800.1246-1-bouyer@netbsd.org> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (isis.lip6.fr [132.227.60.2]); Tue, 26 Jan 2021 23:48:34 +0100 (CET) X-Scanned-By: MIMEDefang 2.78 on 132.227.60.2 Content-Type: text/plain; charset="utf-8" On NetBSD, PTHREAD_STACK_MIN is not available. If PTHREAD_STACK_MIN is not defined, define it to 0 so that we fallback to DEFAULT_THREAD_STACKSIZE Signed-off-by: Manuel Bouyer Reviewed-by: Roger Pau Monn=C3=A9 Suggested-by: Andrew Cooper --- tools/libs/store/xs.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tools/libs/store/xs.c b/tools/libs/store/xs.c index 4ac73ec317..b6ecbd787e 100644 --- a/tools/libs/store/xs.c +++ b/tools/libs/store/xs.c @@ -811,6 +811,11 @@ bool xs_watch(struct xs_handle *h, const char *path, c= onst char *token) =20 #ifdef USE_PTHREAD #define DEFAULT_THREAD_STACKSIZE (16 * 1024) +/* NetBSD doesn't have PTHREAD_STACK_MIN. */ +#ifndef PTHREAD_STACK_MIN +# define PTHREAD_STACK_MIN 0 +#endif + #define READ_THREAD_STACKSIZE \ ((DEFAULT_THREAD_STACKSIZE < PTHREAD_STACK_MIN) ? \ PTHREAD_STACK_MIN : DEFAULT_THREAD_STACKSIZE) --=20 2.29.2