reduce some wasted space in dso structure

This commit is contained in:
Rich Felker 2012-02-07 20:29:29 -05:00
parent 1ba28b90d6
commit 700a8156ad
1 changed files with 3 additions and 3 deletions

View File

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