summaryrefslogtreecommitdiff
path: root/src/internal
diff options
context:
space:
mode:
Diffstat (limited to 'src/internal')
-rw-r--r--src/internal/libc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/internal/libc.h b/src/internal/libc.h
index 10bd66bd..ac97dc7e 100644
--- a/src/internal/libc.h
+++ b/src/internal/libc.h
@@ -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 {