]> sourceware.org Git - glibc.git/commitdiff
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 d75dd366894d797cfae3becde22e64b86398eb75..c0341ce2c9de74499f913bd26d700efa892f3349 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;
This page took 0.046437 seconds and 5 git commands to generate.