mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-27 11:55:06 +00:00
7 lines
101 B
C
7 lines
101 B
C
|
#include <sys/cdefs.h>
|
||
|
__FBSDID("$FreeBSD$");
|
||
|
|
||
|
#define __ELF_WORD_SIZE 32
|
||
|
|
||
|
#include "load_elf_obj.c"
|