xref: /freebsd/stand/common/reloc_elf64.c (revision 28f6c2f292806bf31230a959bc4b19d7081669a7)
1 #include <sys/cdefs.h>
2 __FBSDID("$FreeBSD$");
3 
4 #define __ELF_WORD_SIZE 64
5 
6 #include "reloc_elf.c"
7