SecBSD 1.3 -current: The Digital Resistance. A belief in the importance of privacy and the right to secure communication.
This commit is contained in:
commit
95114fbda2
91022 changed files with 33913249 additions and 0 deletions
12
include/elf.h
Normal file
12
include/elf.h
Normal file
|
@ -0,0 +1,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_ */
|
Loading…
Add table
Add a link
Reference in a new issue