mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-27 11:52:03 +00:00
add declaration for elfdl386mapdl.
This commit is contained in:
parent
d0f5cbcf04
commit
bdfd1b275b
1 changed files with 2 additions and 1 deletions
|
@ -11,7 +11,7 @@ Regs *correg;
|
|||
Map *symmap;
|
||||
Map *cormap;
|
||||
|
||||
int
|
||||
static int
|
||||
alldigs(char *s)
|
||||
{
|
||||
while(*s){
|
||||
|
@ -181,6 +181,7 @@ attachcore(Fhdr *hdr)
|
|||
int
|
||||
attachdynamic(void)
|
||||
{
|
||||
extern void elfdl386mapdl(void);
|
||||
elfdl386mapdl();
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue