mirror of git://sourceware.org/git/glibc.git
x86: Remove an extra space before THREAD_SELF
Afterf6dd43d5f7i386: Remove stalled __GNUC_PREREQ (6, 0) test in THREAD_SELF()b0f0c41a5fx86_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>
This commit is contained in:
parent
b0f0c41a5f
commit
bb7fb0f1a7
|
|
@ -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. */
|
||||
|
|
|
|||
|
|
@ -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. */
|
||||
|
|
|
|||
Loading…
Reference in New Issue