This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
[hurd,commited] hurd tls: update comment about fields at the end of tcbhead
- From: Samuel Thibault <samuel dot thibault at ens-lyon dot org>
- To: libc-alpha at sourceware dot org
- Cc: Samuel Thibault <samuel dot thibault at ens-lyon dot org>, commit-hurd at gnu dot org
- Date: Sat, 15 Feb 2020 04:57:26 -0800
- Subject: [hurd,commited] hurd tls: update comment about fields at the end of tcbhead
---
sysdeps/mach/hurd/i386/tls.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sysdeps/mach/hurd/i386/tls.h b/sysdeps/mach/hurd/i386/tls.h
index d75dd36689..c0341ce2c9 100644
--- a/sysdeps/mach/hurd/i386/tls.h
+++ b/sysdeps/mach/hurd/i386/tls.h
@@ -44,8 +44,8 @@ typedef struct
/* GCC split stack support. */
void *__private_ss;
- /* Keep this field last, so fields above can continue being compatible with
- the Linux version. */
+ /* Keep these fields last, so offsets of fields above can continue being
+ compatible with the i386 Linux version. */
mach_port_t reply_port; /* This thread's reply port. */
struct hurd_sigstate *_hurd_sigstate;
} tcbhead_t;
--
2.24.1