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 */
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to