1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

Clean up init-first.c files.

This commit is contained in:
Roland McGrath
2012-10-01 12:55:34 -07:00
parent 55a051c985
commit 93c65d4384
13 changed files with 110 additions and 368 deletions

View File

@ -1,4 +1,5 @@
/* Copyright (C) 2007 Free Software Foundation, Inc.
/* Initialization code run first thing by the ELF startup code. Linux/PowerPC.
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
@ -45,4 +46,4 @@ _libc_vdso_platform_setup (void)
# define VDSO_SETUP _libc_vdso_platform_setup
#endif
#include "../init-first.c"
#include <csu/init-first.c>