aboutsummaryrefslogtreecommitdiff
path: root/src/libmach/elfdl386.c
diff options
context:
space:
mode:
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);
}
}