mirror of git://git.musl-libc.org/musl
fix change lost in the process of integrating mips dynamic linker
This commit is contained in:
parent
470569ca00
commit
59f4086cb1
|
@ -22,8 +22,6 @@ static char errbuf[128];
|
|||
|
||||
#ifdef SHARED
|
||||
|
||||
#include "reloc.h"
|
||||
|
||||
#if ULONG_MAX == 0xffffffff
|
||||
typedef Elf32_Ehdr Ehdr;
|
||||
typedef Elf32_Phdr Phdr;
|
||||
|
@ -68,6 +66,8 @@ struct dso {
|
|||
char buf[];
|
||||
};
|
||||
|
||||
#include "reloc.h"
|
||||
|
||||
void __init_ssp(size_t *);
|
||||
|
||||
static struct dso *head, *tail, *libc;
|
||||
|
|
Loading…
Reference in New Issue