aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2020-02-15 04:56:44 -0800
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2020-02-15 04:56:50 -0800
commitfe66db99f49e009ee4a89827fdb6bf97a6600c58 (patch)
treeeb781c40625f7001bb3df8b3d41008ac9ac8adfc
parent3a0ecccb599a6b1ad4b149dc569c0080e92d057b (diff)
downloadglibc-fe66db99f49e009ee4a89827fdb6bf97a6600c58.tar
glibc-fe66db99f49e009ee4a89827fdb6bf97a6600c58.tar.gz
glibc-fe66db99f49e009ee4a89827fdb6bf97a6600c58.tar.bz2
glibc-fe66db99f49e009ee4a89827fdb6bf97a6600c58.zip
hurd tls: update comment about fields at the end of tcbhead
-rw-r--r--sysdeps/mach/hurd/i386/tls.h4
1 files 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;