提交 6343ac8f 编写于 作者: R Rich Felker

fix char signedness bug (arm-specific) in dynamic linker

上级 819006a8
...@@ -60,7 +60,7 @@ struct dso { ...@@ -60,7 +60,7 @@ struct dso {
size_t map_len; size_t map_len;
dev_t dev; dev_t dev;
ino_t ino; ino_t ino;
char global; signed char global;
char relocated; char relocated;
char constructed; char constructed;
struct dso **deps; struct dso **deps;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册