From 7ef0c143b141425fb45c73be7556f4e5220c98c2 Mon Sep 17 00:00:00 2001 From: mmel Date: Sun, 29 Oct 2017 14:26:37 +0000 Subject: [PATCH] Fix misleading comment. Not a functional change. MFC after: 3 days --- lib/libthr/arch/arm/include/pthread_md.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/libthr/arch/arm/include/pthread_md.h b/lib/libthr/arch/arm/include/pthread_md.h index 4ae797170e5f..9ed4706120ad 100644 --- a/lib/libthr/arch/arm/include/pthread_md.h +++ b/lib/libthr/arch/arm/include/pthread_md.h @@ -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 */