author | Rich Felker <dalias@aerifal.cx> | 2015年05月16日 01:53:54 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2015年05月16日 01:53:54 -0400 |
commit | 68630b55c0c7219fe9df70dc28ffbf9efc8021d8 (patch) | |
tree | 2a412da23113bfd688bbef64880e78f41222dcec /src/internal/libc.h | |
parent | 707d7c30f3379441de9b320536ddfd354f4c2143 (diff) | |
download | musl-68630b55c0c7219fe9df70dc28ffbf9efc8021d8.tar.gz |
-rw-r--r-- | src/internal/libc.h | 2 |
diff --git a/src/internal/libc.h b/src/internal/libc.h index 51ee1860..212f0e8b 100644 --- a/src/internal/libc.h +++ b/src/internal/libc.h @@ -23,8 +23,6 @@ struct __libc { volatile int ofl_lock[2]; size_t tls_size; size_t page_size; - volatile int uselocale_cnt; - volatile int bytelocale_cnt_minus_1; struct __locale_struct global_locale; }; |