add declaration for elfdl386mapdl.

This commit is contained in:
rsc 2005-01-07 04:03:29 +00:00
parent d0f5cbcf04
commit bdfd1b275b

View file

@ -11,7 +11,7 @@ Regs *correg;
Map *symmap; Map *symmap;
Map *cormap; Map *cormap;
int static int
alldigs(char *s) alldigs(char *s)
{ {
while(*s){ while(*s){
@ -181,6 +181,7 @@ attachcore(Fhdr *hdr)
int int
attachdynamic(void) attachdynamic(void)
{ {
extern void elfdl386mapdl(void);
elfdl386mapdl(); elfdl386mapdl();
return 0; return 0;
} }