1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-24 17:51:17 +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) 2008 Free Software Foundation, Inc.
/* Initialization code run first thing by the ELF startup code. Linux/s390.
Copyright (C) 2008-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
@@ -46,4 +47,4 @@ _libc_vdso_platform_setup (void)
# define VDSO_SETUP _libc_vdso_platform_setup
#endif
#include "../init-first.c"
#include <csu/init-first.c>