summaryrefslogtreecommitdiff
path: root/libphobos/libdruntime/core/sys/solaris/elf.d
blob: f91d69a925327c55d37ccb3bd459e5d8f9d8076a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/**
 * 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;