mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-12 16:20:06 +00:00
_dl_non_dynamic_init declaration cleanup.
* sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
Don't declare.
Continuation of commit bc16e260d0
.
This commit is contained in:
parent
2b66ef5d55
commit
ec9dd97cec
@ -1,5 +1,8 @@
|
||||
2013-05-26 Thomas Schwinge <thomas@codesourcery.com>
|
||||
|
||||
* sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
|
||||
Don't declare.
|
||||
|
||||
* manual/platform.texi: Add missing @end deftypefun.
|
||||
|
||||
2013-05-24 Joseph Myers <joseph@codesourcery.com>
|
||||
|
@ -36,9 +36,6 @@ extern void __init_misc (int, char **, char **);
|
||||
#ifdef USE_NONOPTION_FLAGS
|
||||
extern void __getopt_clean_environment (char **);
|
||||
#endif
|
||||
#ifndef SHARED
|
||||
extern void _dl_non_dynamic_init (void) internal_function;
|
||||
#endif
|
||||
extern void __libc_global_ctors (void);
|
||||
|
||||
unsigned int __hurd_threadvar_max;
|
||||
|
Loading…
Reference in New Issue
Block a user