Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Oct 2017 14:26:37 +0000 (UTC)
From:      Michal Meloun <mmel@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r325103 - head/lib/libthr/arch/arm/include
Message-ID:  <201710291426.v9TEQbU4001147@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mmel
Date: Sun Oct 29 14:26:37 2017
New Revision: 325103
URL: https://svnweb.freebsd.org/changeset/base/325103

Log:
  Fix misleading comment.
  Not a functional change.
  
  MFC after:	3 days

Modified:
  head/lib/libthr/arch/arm/include/pthread_md.h

Modified: head/lib/libthr/arch/arm/include/pthread_md.h
==============================================================================
--- head/lib/libthr/arch/arm/include/pthread_md.h	Sun Oct 29 12:07:27 2017	(r325102)
+++ head/lib/libthr/arch/arm/include/pthread_md.h	Sun Oct 29 14:26:37 2017	(r325103)
@@ -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 */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710291426.v9TEQbU4001147>