This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [COMMITTED PATCH] Move _dl_non_dynamic_init, _dl_aux_init declarations.


Hi!

On Fri, 15 Mar 2013 14:33:12 -0700 (PDT), Roland McGrath <roland@hack.frob.com> wrote:
> 2013-03-15  Roland McGrath  <roland@hack.frob.com>
> 
> 	* sysdeps/unix/sysv/linux/ldsodefs.h
> 	(_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
> 	* sysdeps/generic/ldsodefs.h: ... here.

Pushed as obvious as commit ec9dd97cecafba5ddf5c3ec683db7ad5b4421923:

	* sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
	Don't declare.

diff --git sysdeps/mach/hurd/i386/init-first.c sysdeps/mach/hurd/i386/init-first.c
index fc3330c..70378d8 100644
--- sysdeps/mach/hurd/i386/init-first.c
+++ sysdeps/mach/hurd/i386/init-first.c
@@ -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;


GrÃÃe,
 Thomas

Attachment: pgpivORRyOUSy.pgp
Description: PGP signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]