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