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

This commit is contained in:
Rich Felker 2012-06-09 21:20:44 -04:00
parent 819006a88b
commit 6343ac8f5a

View File

@ -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;