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