freebsd-dev/stand/common/load_elf32.c
2017-11-14 23:02:19 +00:00

8 lines
129 B
C

#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#define __ELF_WORD_SIZE 32
#define _MACHINE_ELF_WANT_32BIT
#include "load_elf.c"