Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Solaris: fix misprint in ld_start64.
Browse files Browse the repository at this point in the history
  • Loading branch information
nykytenko committed May 8, 2016
1 parent 9ac8554 commit a7be05a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/sys/solaris/link.d
Expand Up @@ -27,7 +27,7 @@ void ld_section(in char*, Elf32_Shdr*, Elf32_Word, Elf_Data*, Elf*);

version(D_LP64)
{
void ld_start64(inchar*, in Elf64_Half, in char*);
void ld_start64(in char*, in Elf64_Half, in char*);
void ld_atexit64(int);
void ld_open64(in char**, in char**, int*, int, Elf**, Elf*, size_t, in Elf_Kind);
void ld_file64(in char*, in Elf_Kind, int, Elf*);
Expand Down

0 comments on commit a7be05a

Please sign in to comment.