mirror of git://git.musl-libc.org/musl
reduce some wasted space in dso structure
This commit is contained in:
parent
1ba28b90d6
commit
700a8156ad
|
@ -47,9 +47,9 @@ struct dso
|
|||
size_t map_len;
|
||||
dev_t dev;
|
||||
ino_t ino;
|
||||
int global;
|
||||
int relocated;
|
||||
int constructed;
|
||||
char global;
|
||||
char relocated;
|
||||
char constructed;
|
||||
struct dso **deps;
|
||||
char *name;
|
||||
char buf[];
|
||||
|
|
Loading…
Reference in New Issue