From patchwork Sat Feb 15 12:57:26 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Samuel Thibault X-Patchwork-Id: 1238517 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=209.132.180.131; helo=sourceware.org; envelope-from=libc-alpha-return-109800-incoming=patchwork.ozlabs.org@sourceware.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=ens-lyon.org Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.a=rsa-sha1 header.s=default header.b=VMPYF7ra; dkim-atps=neutral Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 48KVfC2Djhz9sP7 for ; Sat, 15 Feb 2020 23:57:54 +1100 (AEDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:cc:subject:date:message-id :mime-version:content-transfer-encoding; q=dns; s=default; b=u3l 8sKQvfx6P/IEwTd2tlIZ4ADXBj4+sDPgwzmnfIKjfgNKbQH70N0N/FtRnAKaMdR5 85J/kpY+qybClb/8uDe3Ea7IWxUoIzUahPEtGt3hebxElfurGoPDB0TC2eppCT0b 3ylGFxKfpnBf05rP55CojXYcue5nLPENZN2mqeIU= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:cc:subject:date:message-id :mime-version:content-transfer-encoding; s=default; bh=IJXJfFWAe 36vW4HHrxZUtisszFo=; b=VMPYF7raKSqBObI1vfZQR72UqK2WP7QFfH26x+ixy GCWN05jfES9+Uq5HLU0L8ooa4yAmYjKdGanAaz2foK5GppYrMfXzSk5T3Xyvppcd OedTeYhq8E3GUnmkq7+wqRc8z4KUTDJEjPYWwSruDZrf1L2lYhA3qCQzyDebEWiR 20= Received: (qmail 53517 invoked by alias); 15 Feb 2020 12:57:47 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 53504 invoked by uid 89); 15 Feb 2020 12:57:47 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-26.1 required=5.0 tests=BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_NONE, SPF_HELO_PASS, SPF_NEUTRAL autolearn=ham version=3.3.1 spammy=HContent-Transfer-Encoding:8bit X-HELO: hera.aquilenet.fr From: Samuel Thibault To: libc-alpha@sourceware.org Cc: Samuel Thibault , commit-hurd@gnu.org Subject: [hurd, commited] hurd tls: update comment about fields at the end of tcbhead Date: Sat, 15 Feb 2020 04:57:26 -0800 Message-Id: <20200215125726.128033-1-samuel.thibault@ens-lyon.org> MIME-Version: 1.0 --- sysdeps/mach/hurd/i386/tls.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sysdeps/mach/hurd/i386/tls.h b/sysdeps/mach/hurd/i386/tls.h index d75dd36689..c0341ce2c9 100644 --- a/sysdeps/mach/hurd/i386/tls.h +++ b/sysdeps/mach/hurd/i386/tls.h @@ -44,8 +44,8 @@ typedef struct /* GCC split stack support. */ void *__private_ss; - /* Keep this field last, so fields above can continue being compatible with - the Linux version. */ + /* Keep these fields last, so offsets of fields above can continue being + compatible with the i386 Linux version. */ mach_port_t reply_port; /* This thread's reply port. */ struct hurd_sigstate *_hurd_sigstate; } tcbhead_t;