UPDATING: add note that API/ABI for RPC services for the kernel has changed
[freebsd/src.git] / stand / common / load_elf64_obj.c
blob0f01258fa3722a49132e2fb8fefb12ad9aa42d7d
1 /* This file is in the public domain */
3 #define __ELF_WORD_SIZE 64
4 #include "load_elf_obj.c"