1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-03 06:45:37 -08:00
openbsd-src/include/elf.h
mpi 7c8f01ebb0 <elf.h> should make it easier to port our ELF-related tools to other Unices.
For the moment it only includes <sys/exec_elf.h> but the goal is to
stop pulling it directly and also replace <elf_abi.h> at least for
base applications.

ok deraadt@, jasper@, naddy@
2017-10-17 09:34:52 +00:00

13 lines
166 B
C

/* $OpenBSD: elf.h,v 1.1 2017/10/17 09:34:52 mpi Exp $ */
/*
* Public domain.
*/
#ifndef _ELF_H_
#define _ELF_H_
#include <sys/exec_elf.h>
#endif /* _ELF_H_ */