diff options
author | Roland McGrath <roland@hack.frob.com> | 2014-06-20 19:50:16 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2014-06-20 19:50:16 -0700 |
commit | 93a6d0820430bfe3d09695a1376c07abf6d2214f (patch) | |
tree | 9c807deb1d686bd2e6ff3874f27f9e668a9ed810 /nptl/allocatestack.c | |
parent | bc4a86fa214fe78f568f6959f29a53d3927a809e (diff) | |
download | glibc-93a6d0820430bfe3d09695a1376c07abf6d2214f.tar.gz glibc-93a6d0820430bfe3d09695a1376c07abf6d2214f.tar.xz glibc-93a6d0820430bfe3d09695a1376c07abf6d2214f.zip |
Clean up stack-coloring macros.
Diffstat (limited to 'nptl/allocatestack.c')
-rw-r--r-- | nptl/allocatestack.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nptl/allocatestack.c b/nptl/allocatestack.c index d0d155c056..9095ef430d 100644 --- a/nptl/allocatestack.c +++ b/nptl/allocatestack.c @@ -30,6 +30,7 @@ #include <list.h> #include <lowlevellock.h> #include <kernel-features.h> +#include <stack-aliasing.h> #ifndef NEED_SEPARATE_REGISTER_STACK |