exec_elf64.c 256 B

1234567891011
  1. /* $OpenBSD: exec_elf64.c,v 1.21 2015/01/20 04:41:01 krw Exp $ */
  2. /*
  3. * Public domain. Author: Artur Grabowski <art@openbsd.org>
  4. */
  5. #include <machine/exec.h>
  6. #ifdef _KERN_DO_ELF64
  7. #define ELFSIZE 64
  8. #include <kern/exec_elf.c>
  9. #endif /* _KERN_DO_ELF64 */