mirror of
https://sourceware.org/git/glibc.git
synced 2025-10-17 05:11:21 +03:00
hurd tls: update comment about fields at the end of tcbhead
This commit is contained in:
@@ -44,8 +44,8 @@ typedef struct
|
|||||||
/* GCC split stack support. */
|
/* GCC split stack support. */
|
||||||
void *__private_ss;
|
void *__private_ss;
|
||||||
|
|
||||||
/* Keep this field last, so fields above can continue being compatible with
|
/* Keep these fields last, so offsets of fields above can continue being
|
||||||
the Linux version. */
|
compatible with the i386 Linux version. */
|
||||||
mach_port_t reply_port; /* This thread's reply port. */
|
mach_port_t reply_port; /* This thread's reply port. */
|
||||||
struct hurd_sigstate *_hurd_sigstate;
|
struct hurd_sigstate *_hurd_sigstate;
|
||||||
} tcbhead_t;
|
} tcbhead_t;
|
||||||
|
Reference in New Issue
Block a user