xref: /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/solaris/sys/elf_notes.d (revision 0a3071956a3a9fdebdbf7f338cf2d439b45fc728)
1 /**
2  * D header file for Solaris.
3  *
4  * $(LINK2 http://src.illumos.org/source/xref/illumos-gate/usr/src/uts/common/sys/elf_notes.h, illumos sys/elf_notes.h)
5  */
6 module core.sys.solaris.sys.elf_notes;
7 
8 version (Solaris):
9 extern (C):
10 nothrow:
11 
12 enum ELF_NOTE_SOLARIS = "SUNW Solaris";
13 
14 enum ELF_NOTE_PAGESIZE_HINT = 1;
15