mirror of git://sourceware.org/git/glibc.git
_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>
|
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.
|
* manual/platform.texi: Add missing @end deftypefun.
|
||||||
|
|
||||||
2013-05-24 Joseph Myers <joseph@codesourcery.com>
|
2013-05-24 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
|
@ -36,9 +36,6 @@ extern void __init_misc (int, char **, char **);
|
||||||
#ifdef USE_NONOPTION_FLAGS
|
#ifdef USE_NONOPTION_FLAGS
|
||||||
extern void __getopt_clean_environment (char **);
|
extern void __getopt_clean_environment (char **);
|
||||||
#endif
|
#endif
|
||||||
#ifndef SHARED
|
|
||||||
extern void _dl_non_dynamic_init (void) internal_function;
|
|
||||||
#endif
|
|
||||||
extern void __libc_global_ctors (void);
|
extern void __libc_global_ctors (void);
|
||||||
|
|
||||||
unsigned int __hurd_threadvar_max;
|
unsigned int __hurd_threadvar_max;
|
||||||
|
|
Loading…
Reference in New Issue