]> sourceware.org Git - glibc.git/commitdiff
_dl_non_dynamic_init declaration cleanup.
authorThomas Schwinge <thomas@codesourcery.com>
Sun, 26 May 2013 16:53:19 +0000 (18:53 +0200)
committerThomas Schwinge <thomas@codesourcery.com>
Sun, 26 May 2013 16:53:19 +0000 (18:53 +0200)
* sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
Don't declare.

Continuation of commit bc16e260d0e74b36e48d30edc6ea4f1152700c09.

ChangeLog
sysdeps/mach/hurd/i386/init-first.c

index 175ca0ce1f5ceaec5705e377227bb6911f0119e8..0a5c0cabee276fbd24fd0137486b3fb3565f6d1b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
index fc3330c1fc00cdac52d320fa23bf6a90159e7686..70378d806eb7c055708402341553170c8117697e 100644 (file)
@@ -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;
This page took 0.120981 seconds and 5 git commands to generate.