opnsense-src/stand/common/load_elf64_obj.c
Warner Losh bcb0e17d35 loader: These files have no copyrightable material
These files have no copyrightable material, and so are in the public
domain.

Sponsored by:		Netflix

(cherry picked from commit 27c0f2a544989760c4b3b16a3615839c8ab44b32)
2024-04-16 13:54:26 -06:00

4 lines
94 B
C

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