1 /* XXX This file provides a few defines such that we can compile the
2    source from unwind-dw2-fde-glibc.c on OpenBSD.  Hopefully we can
3    integrate these defines in that file and rename it to something
4    like unwind-de2-fde-phdr.c in the up-stream sources.  */
5 
6 #define ElfW(type) Elf_##type
7 
8 #define __GLIBC__ 3		/* Fool unwind-dw2-fde-glibc.c.  */
9 #ifndef __ELF__
10 #include <nlist.h>
11 #endif
12 #include "unwind-dw2-fde-glibc.c"
13