From patchwork Thu May 20 12:13:14 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Florian Weimer X-Patchwork-Id: 1481587 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=sourceware.org (client-ip=8.43.85.97; helo=sourceware.org; envelope-from=libc-alpha-bounces@sourceware.org; receiver=) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.a=rsa-sha256 header.s=default header.b=lrW4d2yu; dkim-atps=neutral Received: from sourceware.org (ip-8-43-85-97.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4Fm7tY2zMMz9sPf for ; Thu, 20 May 2021 22:13:25 +1000 (AEST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 612A0389852E; Thu, 20 May 2021 12:13:22 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 612A0389852E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1621512802; bh=0mJb4uCOuC8J0l6w8itMJMN3BFOqSdWDks0YEn4Wq6A=; h=To:Subject:In-Reply-To:References:Date:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=lrW4d2yuRDZs2B9mxRNESPC9Leprc5D3o4tq35+Oqjw0tNoDpfL/PyXjoz1BO9Nvq NkTMX07DFPvQYNVKIVzCqkc/R69CZhqRTCMglYU3MgliK8PiqtiHCI56HcuOFKvlLY GzqBlfCbti0CHdD415GOhhdtUOCLQz7mLof71HBU= X-Original-To: libc-alpha@sourceware.org Delivered-To: libc-alpha@sourceware.org Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by sourceware.org (Postfix) with ESMTP id 31F35384800A for ; Thu, 20 May 2021 12:13:20 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 31F35384800A Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-477-Zctya63cMDKhbpvBZYTi1w-1; Thu, 20 May 2021 08:13:18 -0400 X-MC-Unique: Zctya63cMDKhbpvBZYTi1w-1 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 675B280293B for ; Thu, 20 May 2021 12:13:17 +0000 (UTC) Received: from oldenburg.str.redhat.com (ovpn-112-137.ams2.redhat.com [10.36.112.137]) by smtp.corp.redhat.com (Postfix) with ESMTPS id BF16F10016F4 for ; Thu, 20 May 2021 12:13:16 +0000 (UTC) To: libc-alpha@sourceware.org Subject: [PATCH 2/3] Hurd: Define ARCH_MIN_GUARD_SIZE in internal In-Reply-To: References: X-From-Line: a6aabf7f8df8c54ea519d190530bd57379a328fa Mon Sep 17 00:00:00 2001 Message-Id: Date: Thu, 20 May 2021 14:13:14 +0200 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com X-Spam-Status: No, score=-12.7 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H4, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Patchwork-Original-From: Florian Weimer via Libc-alpha From: Florian Weimer Reply-To: Florian Weimer Errors-To: libc-alpha-bounces@sourceware.org Sender: "Libc-alpha" This macro is always defined on Linux. Reviewed-by: H.J. Lu --- sysdeps/htl/include/pthread.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sysdeps/htl/include/pthread.h b/sysdeps/htl/include/pthread.h index a9c0e58b00..f040c2f957 100644 --- a/sysdeps/htl/include/pthread.h +++ b/sysdeps/htl/include/pthread.h @@ -1,6 +1,9 @@ #ifndef _PTHREAD_H #include_next #ifndef _ISOMAC + +# define ARCH_MIN_GUARD_SIZE 0 + # if defined __USE_EXTERN_INLINES && defined _LIBC && !IS_IN (libsupport) # include