1
0
mirror of https://github.com/golang/go synced 2024-11-21 16:04:45 -07:00

ld: ELF header function declarations.

Added "void" inside "()" for two functions.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/4381056
This commit is contained in:
Lucio De Re 2011-04-12 11:00:09 -07:00 committed by Rob Pike
parent a46c481f4b
commit 11e07d23ed

View File

@ -946,10 +946,10 @@ typedef Elf64_Shdr ElfShdr;
typedef Elf64_Phdr ElfPhdr;
void elfinit(void);
ElfEhdr *getElfEhdr();
ElfEhdr *getElfEhdr(void);
ElfShdr *newElfShstrtab(vlong);
ElfShdr *newElfShdr(vlong);
ElfPhdr *newElfPhdr();
ElfPhdr *newElfPhdr(void);
uint32 elfwritehdr(void);
uint32 elfwritephdrs(void);
uint32 elfwriteshdrs(void);