cut down size of some libc struct members
these are all flags that can be single-byte values.
This commit is contained in:
+3
-3
@@ -18,9 +18,9 @@ struct tls_module {
|
||||
};
|
||||
|
||||
struct __libc {
|
||||
int can_do_threads;
|
||||
int threaded;
|
||||
int secure;
|
||||
char can_do_threads;
|
||||
char threaded;
|
||||
char secure;
|
||||
int threads_minus_1;
|
||||
size_t *auxv;
|
||||
struct tls_module *tls_head;
|
||||
|
||||
Reference in New Issue
Block a user