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 */
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to