hurd tls: update comment about fields at the end of tcbhead

This commit is contained in:
Samuel Thibault 2020-02-15 04:56:44 -08:00
parent 3a0ecccb59
commit fe66db99f4

View File

@ -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;