mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-14 23:30:06 +00:00
15be91c2a0
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>
4 lines
161 B
C
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"
|