about summary refs log tree commit diff
path: root/sysdeps/x86
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/x86')
-rw-r--r--sysdeps/x86/libc-start.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/x86/libc-start.c b/sysdeps/x86/libc-start.c
index 727d328bc7..7a1f51c52e 100644
--- a/sysdeps/x86/libc-start.c
+++ b/sysdeps/x86/libc-start.c
@@ -24,5 +24,5 @@ extern struct cpu_features _dl_x86_cpu_features;
 
 # define ARCH_INIT_CPU_FEATURES() init_cpu_features (&_dl_x86_cpu_features)
 
-#endif
+#endif /* !SHARED */
 #include <csu/libc-start.c>