mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-27 11:43:34 +08:00
hurd tls: update comment about fields at the end of tcbhead
This commit is contained in:
parent
3a0ecccb59
commit
fe66db99f4
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user