summaryrefslogtreecommitdiff
path: root/lib/stdc_count_ones.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/stdc_count_ones.c')
-rw-r--r--lib/stdc_count_ones.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stdc_count_ones.c b/lib/stdc_count_ones.c
index bcb4d6c2965..1a75445c827 100644
--- a/lib/stdc_count_ones.c
+++ b/lib/stdc_count_ones.c
@@ -19,5 +19,5 @@
#include <stdbit.h>
#if 1500 <= _MSC_VER && (defined _M_IX86 || defined _M_X64)
-signed char __gl_stdbit_popcount_support;
+signed char _gl_stdbit_popcount_support;
#endif