Files
WrldBox/.tmp_zig/lib/zig/libc/include/generic-openbsd/elf.h
swim67667 c17dfc94ce
Some checks failed
Build Project / build (ubuntu-latest) (push) Failing after 12m33s
added multi-compiling stuff (only works on my mac for now)
2026-06-28 16:40:20 -04:00

12 lines
165 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_ */