musl - musl - an implementation of the standard library for Linux-based systems

index : musl
musl - an implementation of the standard library for Linux-based systems
summary refs log tree commit diff
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2012年06月09日 21:20:44 -0400
committerRich Felker <dalias@aerifal.cx>2012年06月09日 21:20:44 -0400
commit6343ac8f5ab41b993a1b07563f9fc3787528d3ef (patch)
tree7ad41571005a98c6ca41b5a45573c6069980c75f
parent819006a88b9473872fee91135b06f4e23231d97e (diff)
downloadmusl-6343ac8f5ab41b993a1b07563f9fc3787528d3ef.tar.gz
fix char signedness bug (arm-specific) in dynamic linker
Diffstat
-rw-r--r--src/ldso/dynlink.c 2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ldso/dynlink.c b/src/ldso/dynlink.c
index 49ea5e9c..55c2bbe4 100644
--- a/src/ldso/dynlink.c
+++ b/src/ldso/dynlink.c
@@ -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;
generated by cgit v1.2.1 (git 2.18.0) at 2025年10月08日 12:17:35 +0000

AltStyle によって変換されたページ (->オリジナル) /