]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
x86: Remove an extra space before THREAD_SELF master
authorH.J. Lu <hjl.tools@gmail.com>
Fri, 22 Aug 2025 02:29:58 +0000 (19:29 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Fri, 22 Aug 2025 02:32:30 +0000 (19:32 -0700)
After

f6dd43d5f7 i386: Remove stalled __GNUC_PREREQ (6, 0) test in THREAD_SELF()
b0f0c41a5f x86_64: Remove stalled __GNUC_PREREQ (6, 0) test in THREAD_SELF()

removed the unnecessary __GNUC_PREREQ (6, 0) test, remove the extra space
before THREAD_SELF macro name.

Signed-off-by: H.J. Lu <hjl.tools@gmail.com>
sysdeps/i386/nptl/tls.h
sysdeps/x86_64/nptl/tls.h

index d01bc3ac9ecc3fbb8ec3d229c4be335244c9de3c..35202b0964c97ade25f3857ab04a8af7b7340ec7 100644 (file)
@@ -222,7 +222,7 @@ tls_fill_user_desc (union user_desc_init *desc,
 
 
 /* Return the thread descriptor for the current thread.  */
-#  define THREAD_SELF \
+# define THREAD_SELF \
   (*(struct pthread *__seg_gs *) offsetof (struct pthread, header.self))
 
 /* Magic for libthread_db to know how to do THREAD_SELF.  */
index 29b028cdcd88ab7ce3480324337f902da8b9adf0..683f8bfdfcad45734c4cc1aeea844582a5528640 100644 (file)
@@ -169,7 +169,7 @@ _Static_assert (offsetof (tcbhead_t, __glibc_unused2) == 0x80,
 
 
 /* Return the thread descriptor for the current thread.  */
-#  define THREAD_SELF \
+# define THREAD_SELF \
   (*(struct pthread *__seg_fs *) offsetof (struct pthread, header.self))
 
 /* Magic for libthread_db to know how to do THREAD_SELF.  */