From 71756f069a3ec0308f24ab6e6ff60fb13212d411 Mon Sep 17 00:00:00 2001 From: Siddhesh Poyarekar Date: Sat, 10 Sep 2016 15:50:53 +0530 Subject: Remove __libc_csu_irel declaration 21ad055803de5dd03606588753c46fbf8a5863b2 removed the function, but missed the declaration in libc-start. Removed and verified that the generated assembly is unchanged. * csu/libc-start.c (__libc_csu_irel): Remove declaration. --- csu/libc-start.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'csu') diff --git a/csu/libc-start.c b/csu/libc-start.c index f4aa01a..99c040a 100644 --- a/csu/libc-start.c +++ b/csu/libc-start.c @@ -23,9 +23,6 @@ #include extern void __libc_init_first (int argc, char **argv, char **envp); -#ifndef SHARED -extern void __libc_csu_irel (void); -#endif extern int __libc_multiple_libcs; -- cgit v1.1