| author | Rich Felker <dalias@aerifal.cx> | 2020年12月09日 16:58:32 -0500 | 
|---|---|---|
| committer | Rich Felker <dalias@aerifal.cx> | 2020年12月09日 16:58:32 -0500 | 
| commit | 37fcc13c12ade19c37a1a8ac80be4a14e21cff1e (patch) | |
| tree | bf9b3460c0ca84c4abdaab1f276e6f6e6d676c1c /src/internal | |
| parent | c53e9b239418eb3e0e8be256abd0f6ad7608bbcf (diff) | |
| download | musl-37fcc13c12ade19c37a1a8ac80be4a14e21cff1e.tar.gz | |
| -rw-r--r-- | src/internal/locale_impl.h | 2 | 
| diff --git a/src/internal/locale_impl.h b/src/internal/locale_impl.h index 741a71c4..4431a92e 100644 --- a/src/internal/locale_impl.h +++ b/src/internal/locale_impl.h @@ -15,6 +15,8 @@ struct __locale_map {  	const struct __locale_map *next;  }; +extern hidden volatile int __locale_lock[1]; +  extern hidden const struct __locale_map __c_dot_utf8;  extern hidden const struct __locale_struct __c_locale;  extern hidden const struct __locale_struct __c_dot_utf8_locale; |