[BACK]Return to elf.h CVS log [TXT][DIR] Up to [local] / src / include

File: [local] / src / include / elf.h (download)

Revision 1.1, Tue Oct 17 09:34:52 2017 UTC (6 years, 7 months ago) by mpi
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7, OPENBSD_6_6_BASE, OPENBSD_6_6, OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3, HEAD

<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@

/*	$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_ */