From owner-svn-src-stable@freebsd.org Thu Nov 2 07:09:39 2017 Return-Path: Delivered-To: svn-src-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 68940E51D8A; Thu, 2 Nov 2017 07:09:39 +0000 (UTC) (envelope-from mmel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 370EC704AC; Thu, 2 Nov 2017 07:09:39 +0000 (UTC) (envelope-from mmel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vA279co2071942; Thu, 2 Nov 2017 07:09:38 GMT (envelope-from mmel@FreeBSD.org) Received: (from mmel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vA279cZ8071941; Thu, 2 Nov 2017 07:09:38 GMT (envelope-from mmel@FreeBSD.org) Message-Id: <201711020709.vA279cZ8071941@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mmel set sender to mmel@FreeBSD.org using -f From: Michal Meloun Date: Thu, 2 Nov 2017 07:09:38 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org Subject: svn commit: r325308 - stable/11/lib/libthr/arch/arm/include X-SVN-Group: stable-11 X-SVN-Commit-Author: mmel X-SVN-Commit-Paths: stable/11/lib/libthr/arch/arm/include X-SVN-Commit-Revision: 325308 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Nov 2017 07:09:39 -0000 Author: mmel Date: Thu Nov 2 07:09:38 2017 New Revision: 325308 URL: https://svnweb.freebsd.org/changeset/base/325308 Log: MFC r325103: Fix misleading comment. Not a functional change. Modified: stable/11/lib/libthr/arch/arm/include/pthread_md.h Directory Properties: stable/11/ (props changed) Modified: stable/11/lib/libthr/arch/arm/include/pthread_md.h ============================================================================== --- stable/11/lib/libthr/arch/arm/include/pthread_md.h Thu Nov 2 07:08:13 2017 (r325307) +++ stable/11/lib/libthr/arch/arm/include/pthread_md.h Thu Nov 2 07:09:38 2017 (r325308) @@ -40,7 +40,8 @@ #define DTV_OFFSET offsetof(struct tcb, tcb_dtv) /* - * Variant II tcb, first two members are required by rtld. + * Variant I tcb. The structure layout is fixed, don't blindly + * change it. */ struct tcb { void *tcb_dtv; /* required by rtld */