mirror of
https://github.com/openbsd/src.git
synced 2025-01-02 14:25:36 -08:00
7c8f01ebb0
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@
13 lines
166 B
C
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_ */
|