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 /ports/sysdeps/unix | |
parent | 55a051c985c3e7965a2f5dd5f762ac2737adae01 (diff) | |
download | glibc-93c65d438497842a42fe4f6a8af272d20a143025.tar glibc-93c65d438497842a42fe4f6a8af272d20a143025.tar.gz glibc-93c65d438497842a42fe4f6a8af272d20a143025.tar.bz2 glibc-93c65d438497842a42fe4f6a8af272d20a143025.zip |
Clean up init-first.c files.
Diffstat (limited to 'ports/sysdeps/unix')
-rw-r--r-- | ports/sysdeps/unix/sysv/linux/m68k/init-first.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ports/sysdeps/unix/sysv/linux/m68k/init-first.c b/ports/sysdeps/unix/sysv/linux/m68k/init-first.c index ec311ec427..713ab86b16 100644 --- a/ports/sysdeps/unix/sysv/linux/m68k/init-first.c +++ b/ports/sysdeps/unix/sysv/linux/m68k/init-first.c @@ -1,4 +1,5 @@ -/* Copyright (C) 2010 Free Software Foundation, Inc. +/* Initialization code run first thing by the ELF startup code. Linux/m68k. + Copyright (C) 2010-2012 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Maxim Kuvyrkov <maxim@codesourcery.com>, 2010. @@ -70,4 +71,4 @@ _libc_vdso_platform_setup (void) #endif /* SHARED */ -#include <sysdeps/unix/sysv/linux/init-first.c> +#include <csu/init-first.c> |