1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-08 17:42:12 +03:00

sysdeps/x86/libc-start.c: Add /* !SHARED */

* sysdeps/x86/libc-start.c: Add /* !SHARED */.
This commit is contained in:
H.J. Lu
2017-10-30 13:39:31 -07:00
parent fe326df7b0
commit 4ad5106e3b
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2017-10-30 H.J. Lu <hongjiu.lu@intel.com>
* sysdeps/x86/libc-start.c: Add /* !SHARED */.
2017-10-30 H.J. Lu <hongjiu.lu@intel.com>
* sysdeps/x86/libc-start.c: Reformat.

View File

@@ -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>