Projet_SETI_RISC-V/riscv-gnu-toolchain/gcc/libphobos/libdruntime/core/sys/solaris/elf.d
2023-03-06 14:48:14 +01:00

13 lines
246 B
D

/**
* D header file for Solaris.
*
* $(LINK2 http://src.illumos.org/source/xref/illumos-gate/usr/src/head/elf.h, illumos elf.h)
*/
module core.sys.solaris.elf;
version (Solaris):
extern (C):
nothrow:
public import core.sys.solaris.sys.elf;