This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Reformat sysdeps/x86/libc-start.c


On 10/30/2017 09:02 PM, H.J. Lu wrote:
index e11b490f5c..727d328bc7 100644
--- a/sysdeps/x86/libc-start.c
+++ b/sysdeps/x86/libc-start.c
@@ -16,13 +16,13 @@
     <http://www.gnu.org/licenses/>.  */
#ifndef SHARED
-#include <ldsodefs.h>
+# include <ldsodefs.h>
  # include <cpu-features.h>
  # include <cpu-features.c>
extern struct cpu_features _dl_x86_cpu_features; -#define ARCH_INIT_CPU_FEATURES() init_cpu_features (&_dl_x86_cpu_features)
+# define ARCH_INIT_CPU_FEATURES() init_cpu_features (&_dl_x86_cpu_features)
#endif
-# include <csu/libc-start.c>
+#include <csu/libc-start.c>

Maybe add a /* SHARED */ comment on the #endif line while you are at it?

Thanks,
Florian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]