mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-07 06:43:00 +03:00
nptl: Move __pthread_keys global variable into libc
This prepares moving pthread_exit, and later the pthread_key_create infrastructure. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
This commit is contained in:
@@ -82,7 +82,7 @@ DB_MAIN_VARIABLE (__nptl_nthreads)
|
||||
DB_VARIABLE (__nptl_last_event)
|
||||
DB_VARIABLE (__nptl_initial_report_events)
|
||||
|
||||
DB_ARRAY_VARIABLE (__pthread_keys)
|
||||
DB_MAIN_ARRAY_VARIABLE (__pthread_keys)
|
||||
DB_STRUCT (pthread_key_struct)
|
||||
DB_STRUCT_FIELD (pthread_key_struct, seq)
|
||||
DB_STRUCT_FIELD (pthread_key_struct, destr)
|
||||
|
Reference in New Issue
Block a user