hurd tls: update comment about fields at the end of tcbhead
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Sat, 15 Feb 2020 12:56:44 +0000 (04:56 -0800)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Sat, 15 Feb 2020 12:56:50 +0000 (04:56 -0800)
sysdeps/mach/hurd/i386/tls.h

index d75dd36..c0341ce 100644 (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;