mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-29 08:08:37 +00:00
27c0f2a544
These files have no copyrightable material, and so are in the public domain. Sponsored by: Netflix
6 lines
122 B
C
6 lines
122 B
C
/* This file is in the public domain */
|
|
|
|
#define __ELF_WORD_SIZE 32
|
|
#define _MACHINE_ELF_WANT_32BIT
|
|
#include "load_elf.c"
|