summaryrefslogtreecommitdiff
path: root/libpthread/linuxthreads/sysdeps/ia64/tls.h
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-02-14 23:00:19 -0600
committerWaldemar Brodkorb <wbx@openadk.org>2015-02-14 23:00:19 -0600
commit6b6ede3d15f04fe825cfa9f697507457e3640344 (patch)
treeefe9bf75eaf2200f89087ed0ef2ef350549ccd6d /libpthread/linuxthreads/sysdeps/ia64/tls.h
parentf972c2262fd4efc2bbf9789dce145bb705acec24 (diff)
resolve merge
Diffstat (limited to 'libpthread/linuxthreads/sysdeps/ia64/tls.h')
-rw-r--r--libpthread/linuxthreads/sysdeps/ia64/tls.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/libpthread/linuxthreads/sysdeps/ia64/tls.h b/libpthread/linuxthreads/sysdeps/ia64/tls.h
index c86073f26..a78f0ec7a 100644
--- a/libpthread/linuxthreads/sysdeps/ia64/tls.h
+++ b/libpthread/linuxthreads/sysdeps/ia64/tls.h
@@ -111,9 +111,6 @@ typedef struct
# define TLS_MULTIPLE_THREADS_IN_TCB 1
-/* Get the thread descriptor definition. */
-# include <linuxthreads/descr.h>
-
# endif
#else
@@ -128,9 +125,6 @@ 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 }; \