Showing with 1 addition and 1 deletion.
  1. +1 −1 src/core/sys/solaris/elf.d
2 changes: 1 addition & 1 deletion src/core/sys/solaris/elf.d
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* $(LINK2 http://src.illumos.org/source/xref/illumos-gate/usr/src/head/elf.h, illumos elf.h)
*/
module core.sys.solaris.link;
module core.sys.solaris.elf;

version (Solaris):
extern (C):
Expand Down