From: Samuel Thibault Date: Sat, 15 Feb 2020 12:56:44 +0000 (-0800) Subject: hurd tls: update comment about fields at the end of tcbhead X-Git-Tag: upstream/2.34~2221 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fe66db99f49e009ee4a89827fdb6bf97a6600c58;p=platform%2Fupstream%2Fglibc.git hurd tls: update comment about fields at the end of tcbhead --- diff --git a/sysdeps/mach/hurd/i386/tls.h b/sysdeps/mach/hurd/i386/tls.h index d75dd36..c0341ce 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;