1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-18 02:19:39 +00:00
freebsd/stand/common/load_elf64.c
Warner Losh 27c0f2a544 loader: These files have no copyrightable material
These files have no copyrightable material, and so are in the public
domain.

Sponsored by:		Netflix
2024-02-22 09:31:57 -07:00

5 lines
90 B
C

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