diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-02-14 23:04:02 -0600 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-02-14 23:04:02 -0600 |
commit | e1e46622ac0fce73d802fa4a8a2e83cc25cd9e7a (patch) | |
tree | 2c8d14e4dcc733f4227f0984ed05da5826b13acd /libpthread/linuxthreads/sysdeps/ia64/tls.h | |
parent | 6b6ede3d15f04fe825cfa9f697507457e3640344 (diff) |
Revert "resolve merge"
This reverts commit 6b6ede3d15f04fe825cfa9f697507457e3640344.
Diffstat (limited to 'libpthread/linuxthreads/sysdeps/ia64/tls.h')
-rw-r--r-- | libpthread/linuxthreads/sysdeps/ia64/tls.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libpthread/linuxthreads/sysdeps/ia64/tls.h b/libpthread/linuxthreads/sysdeps/ia64/tls.h index a78f0ec7a..c86073f26 100644 --- a/libpthread/linuxthreads/sysdeps/ia64/tls.h +++ b/libpthread/linuxthreads/sysdeps/ia64/tls.h @@ -111,6 +111,9 @@ typedef struct # define TLS_MULTIPLE_THREADS_IN_TCB 1 +/* Get the thread descriptor definition. */ +# include <linuxthreads/descr.h> + # endif #else @@ -125,6 +128,9 @@ typedef struct int multiple_threads; } tcbhead_t; +/* Get the thread descriptor definition. */ +# include <linuxthreads/descr.h> + # define NONTLS_INIT_TP \ do { \ static const tcbhead_t nontls_init_tp = { .multiple_threads = 0 }; \ |