mirror of
git://git.musl-libc.org/musl
synced 2024-12-16 19:55:38 +00:00
fix char signedness bug (arm-specific) in dynamic linker
This commit is contained in:
parent
819006a88b
commit
6343ac8f5a
@ -60,7 +60,7 @@ struct dso {
|
||||
size_t map_len;
|
||||
dev_t dev;
|
||||
ino_t ino;
|
||||
char global;
|
||||
signed char global;
|
||||
char relocated;
|
||||
char constructed;
|
||||
struct dso **deps;
|
||||
|
Loading…
Reference in New Issue
Block a user