diff options
author | Roland McGrath <roland@hack.frob.com> | 2014-07-03 21:51:01 -0700 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2014-08-04 09:53:49 -0400 |
commit | ca08746f9f9eec5b641e49263877a12348bd8b74 (patch) | |
tree | 7b3b9c9c3b458800c536dfd7db25e78ceff8e422 /nptl/createthread.c | |
parent | 9c925ff964bf221207dd6727d468ee964e2725fd (diff) | |
download | glibc-ca08746f9f9eec5b641e49263877a12348bd8b74.tar.gz |
IA64: Define TLS_DEFINE_INIT_TP
Diffstat (limited to 'nptl/createthread.c')
-rw-r--r-- | nptl/createthread.c | 2 |
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) |