diff options
author | Roland McGrath <roland@hack.frob.com> | 2012-10-01 12:55:34 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2012-10-01 12:55:34 -0700 |
commit | 93c65d438497842a42fe4f6a8af272d20a143025 (patch) | |
tree | 112d49bebbc46a568d5e8f4fb074c87a9d80f736 /sysdeps/unix/sysv/linux/x86_64 | |
parent | 55a051c985c3e7965a2f5dd5f762ac2737adae01 (diff) | |
download | glibc-93c65d438497842a42fe4f6a8af272d20a143025.tar.gz glibc-93c65d438497842a42fe4f6a8af272d20a143025.tar.xz glibc-93c65d438497842a42fe4f6a8af272d20a143025.zip |
Clean up init-first.c files.
Diffstat (limited to 'sysdeps/unix/sysv/linux/x86_64')
-rw-r--r-- | sysdeps/unix/sysv/linux/x86_64/init-first.c | 5 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/x86_64/x32/init-first.c | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/sysdeps/unix/sysv/linux/x86_64/init-first.c b/sysdeps/unix/sysv/linux/x86_64/init-first.c index e8b52eacb0..dd41f0f7aa 100644 --- a/sysdeps/unix/sysv/linux/x86_64/init-first.c +++ b/sysdeps/unix/sysv/linux/x86_64/init-first.c @@ -1,4 +1,5 @@ -/* Copyright (C) 2007, 2011 Free Software Foundation, Inc. +/* Initialization code run first thing by the ELF startup code. Linux/x86-64. + Copyright (C) 2007-2012 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -54,4 +55,4 @@ _libc_vdso_platform_setup (void) # define VDSO_SETUP _libc_vdso_platform_setup #endif -#include "../init-first.c" +#include <csu/init-first.c> diff --git a/sysdeps/unix/sysv/linux/x86_64/x32/init-first.c b/sysdeps/unix/sysv/linux/x86_64/x32/init-first.c index c2aea9d4e5..5fe472ea21 100644 --- a/sysdeps/unix/sysv/linux/x86_64/x32/init-first.c +++ b/sysdeps/unix/sysv/linux/x86_64/x32/init-first.c @@ -1,4 +1,5 @@ -/* Copyright (C) 2012 Free Software Foundation, Inc. +/* Initialization code run first thing by the ELF startup code. Linux/x32. + Copyright (C) 2012 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -37,4 +38,4 @@ _libc_vdso_platform_setup (void) # define VDSO_SETUP _libc_vdso_platform_setup #endif -#include "../../init-first.c" +#include <csu/init-first.c> |