From: H.J. Lu Date: Mon, 30 Oct 2017 20:39:31 +0000 (-0700) Subject: sysdeps/x86/libc-start.c: Add /* !SHARED */ X-Git-Tag: glibc-2.27~573 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ad5106e3b04cc7630f7dbfdb25369807f532843;p=thirdparty%2Fglibc.git sysdeps/x86/libc-start.c: Add /* !SHARED */ * sysdeps/x86/libc-start.c: Add /* !SHARED */. --- diff --git a/ChangeLog b/ChangeLog index 4751a839276..c99898e127f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2017-10-30 H.J. Lu + + * sysdeps/x86/libc-start.c: Add /* !SHARED */. + 2017-10-30 H.J. Lu * sysdeps/x86/libc-start.c: Reformat. diff --git a/sysdeps/x86/libc-start.c b/sysdeps/x86/libc-start.c index 727d328bc72..7a1f51c52e0 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