plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit bdfd1b275bb56b8710680a319b87201e4fa71956
parent d0f5cbcf04ffd9e35386e831a18584bad0d7d286
Author: rsc <devnull@localhost>
Date:   Fri,  7 Jan 2005 04:03:29 +0000

add declaration for elfdl386mapdl.

Diffstat:
Msrc/libmach/cmdline.c | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/libmach/cmdline.c b/src/libmach/cmdline.c @@ -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; }