1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-08 17:42:12 +03:00

Remove __libc_csu_irel declaration

21ad055803 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.
This commit is contained in:
Siddhesh Poyarekar
2016-09-10 15:50:53 +05:30
parent f222706311
commit 71756f069a
2 changed files with 4 additions and 3 deletions

View File

@@ -23,9 +23,6 @@
#include <exit-thread.h>
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;