diff options
author | Sergey Bugaev <bugaevc@gmail.com> | 2021-09-15 20:11:10 +0300 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2021-09-16 01:04:20 +0200 |
commit | c484da9087632f2f1b4ab5a6cae4efcd09436d1d (patch) | |
tree | 8e181995ef5404b8ac44320b9df12473e4e1ca5b /sysdeps/mach | |
parent | ed2f9aaf5e901e8561cca8d0370ff3bcb2b6482b (diff) | |
download | glibc-c484da9087632f2f1b4ab5a6cae4efcd09436d1d.tar glibc-c484da9087632f2f1b4ab5a6cae4efcd09436d1d.tar.gz glibc-c484da9087632f2f1b4ab5a6cae4efcd09436d1d.tar.bz2 glibc-c484da9087632f2f1b4ab5a6cae4efcd09436d1d.zip |
elf: Remove THREAD_GSCOPE_IN_TCB
All the ports now have THREAD_GSCOPE_IN_TCB set to 1. Remove all
support for !THREAD_GSCOPE_IN_TCB, along with the definition itself.
Signed-off-by: Sergey Bugaev <bugaevc@gmail.com>
Message-Id: <20210915171110.226187-4-bugaevc@gmail.com>
Reviewed-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
Diffstat (limited to 'sysdeps/mach')
-rw-r--r-- | sysdeps/mach/hurd/i386/tls.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sysdeps/mach/hurd/i386/tls.h b/sysdeps/mach/hurd/i386/tls.h index 2ac65df921..c70ea73a81 100644 --- a/sysdeps/mach/hurd/i386/tls.h +++ b/sysdeps/mach/hurd/i386/tls.h @@ -370,8 +370,6 @@ _hurd_tls_new (thread_t child, struct i386_thread_state *state, tcbhead_t *tcb) } /* Global scope switch support. */ -# define THREAD_GSCOPE_IN_TCB 1 - # define THREAD_GSCOPE_FLAG_UNUSED 0 # define THREAD_GSCOPE_FLAG_USED 1 # define THREAD_GSCOPE_FLAG_WAIT 2 |