glibc/sysdeps/ia64/elf/stackguard-macros.h
Mike Frysinger 15be91c2a0 ia64: add split-out settings into dedicated files
Logic specific to ia64 used to live in the main tree in common files.
Now that we can't do that (with #ifdef and such), we need to add that
logic into dedicated overriding files.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2012-04-27 23:06:32 -04:00

4 lines
161 B
C

/* Tests in nptl/ look for <elf/stackguard-macros.h> while tests
in elf/ look for <stackguard-macros.h>. Provide both. */
#include "../stackguard-macros.h"