From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] configure: Include for malloc in alternate signal stack test Date: Sat, 24 Dec 2022 10:05:00 +0200 Message-ID: <83ili15is3.fsf@gnu.org> References: <87fsd6m2k3.fsf@oldenburg.str.redhat.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="37931"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Florian Weimer Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Dec 24 09:05:53 2022 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1p8zXU-0009dU-RC for ged-emacs-devel@m.gmane-mx.org; Sat, 24 Dec 2022 09:05:53 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1p8zWz-00047T-PT; Sat, 24 Dec 2022 03:05:21 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p8zWx-00047K-Ma for emacs-devel@gnu.org; Sat, 24 Dec 2022 03:05:20 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p8zWw-0000wa-PI; Sat, 24 Dec 2022 03:05:18 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=TTkv1lCRZyADwYJf1/pTrp9E+tWhDbyKIPnBKPDXN98=; b=rh9nxXtaWVdP 4asdd/qRjS9dFxzjjCs7qQPp3JapyIqbxZZjUnoPnwR6qtZn/FLUY+5h96+M+YRQz75Eyg9IMm6h8 5lcp0FX7pgyLazNJ3UXV4fi7YH4/8IMqjkybAwch1aGUtroo6te6hCWDaSYSllZc6BHqgAAXjg4r4 t+eVy13cnIX5d7BaTQV50wt8o19CAVt6NOm6A+wPAlteaAKunSmEznxVJypd+1sUSimd0IjC1g787 zlZx5t/oa+LdbQJv2r9DfR4sGnec1cWP7axIeWnDRmHy0DYGCWE2qOIadStA2VQtQVgoU95p2smlR 2qtVhvJsxpYKbumu3EYckA==; Original-Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p8zWh-0006Ub-3c; Sat, 24 Dec 2022 03:05:10 -0500 In-Reply-To: <87fsd6m2k3.fsf@oldenburg.str.redhat.com> (message from Florian Weimer on Fri, 23 Dec 2022 18:51:08 +0100) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:301827 Archived-At: > From: Florian Weimer > Date: Fri, 23 Dec 2022 18:51:08 +0100 > > Otherwise the test can fail spuriously because the implicit-declared > malloc returns a 32-bit int even on 64-bit systems. > > * configurea.c (emacs_cv_alternate_stack): Include for malloc. Thanks, installed on the emacs-29 branch.