aboutsummaryrefslogtreecommitdiff
path: root/include/elf.h
blob: 8b1273e91509ff4069903833c0c5a5ca63b62ca3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*	$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_ */