freebsd/stand/common/load_elf64.c

5 lines
90 B
C

/* This file is in the public domain */
#define __ELF_WORD_SIZE 64
#include "load_elf.c"