aboutsummaryrefslogtreecommitdiff
path: root/src/libmach/elfdl386.c
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-01-07 23:10:37 +0000
committerrsc <devnull@localhost>2005-01-07 23:10:37 +0000
commit0a76e9690e8e9e128a9836a338deb32310e49cb3 (patch)
tree2474305fdf02d1f8fd59d9ede46d1ca83c076efc /src/libmach/elfdl386.c
parent6af7b776112bdc45bc8168ea5dc2fc4eb94180d7 (diff)
downloadplan9port-0a76e9690e8e9e128a9836a338deb32310e49cb3.tar.gz
plan9port-0a76e9690e8e9e128a9836a338deb32310e49cb3.tar.bz2
plan9port-0a76e9690e8e9e128a9836a338deb32310e49cb3.zip
symopen
Diffstat (limited to 'src/libmach/elfdl386.c')
-rw-r--r--src/libmach/elfdl386.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libmach/elfdl386.c b/src/libmach/elfdl386.c
index 104e5a95..c232d611 100644
--- a/src/libmach/elfdl386.c
+++ b/src/libmach/elfdl386.c
@@ -124,7 +124,7 @@ print("elfdl386mapdl\n");
unmapfile(corhdr, cormap);
mapfile(hdr, addr, cormap, nil);
}
- if(syminit(hdr) < 0)
+ if(symopen(hdr) < 0)
fprint(2, "syminit %s: %\r", buf);
}
}