mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-27 19:09:47 +03:00
66d97267c7
This excludes all headers in /usr/include/dev because that directory is bonkers huge (18M). We can add these on an as-needed basis.
12 lines
165 B
C
Vendored
12 lines
165 B
C
Vendored
/* $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_ */ |