summaryrefslogtreecommitdiff
path: root/nptl
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2014-07-03 21:51:01 -0700
committerMike Frysinger <vapier@gentoo.org>2014-08-04 09:53:49 -0400
commitca08746f9f9eec5b641e49263877a12348bd8b74 (patch)
tree7b3b9c9c3b458800c536dfd7db25e78ceff8e422 /nptl
parent9c925ff964bf221207dd6727d468ee964e2725fd (diff)
IA64: Define TLS_DEFINE_INIT_TP
Diffstat (limited to 'nptl')
-rw-r--r--nptl/createthread.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/nptl/createthread.c b/nptl/createthread.c
index d71467f0d4..e718e35a11 100644
--- a/nptl/createthread.c
+++ b/nptl/createthread.c
@@ -25,6 +25,8 @@
#include <tls.h>
#include <stdint.h>
+#include <arch-fork.h>
+
#define CLONE_SIGNAL (CLONE_SIGHAND | CLONE_THREAD)