fix spuriously slow check in twoway strstr/memmem cores
[musl] / src / internal / libc.h
index 10bd66b..ac97dc7 100644 (file)
@@ -8,7 +8,7 @@
 struct __locale_map;
 
 struct __locale_struct {
-       const struct __locale_map *volatile cat[6];
+       const struct __locale_map *cat[6];
 };
 
 struct tls_module {