summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2013-05-26 18:53:19 +0200
committerThomas Schwinge <thomas@codesourcery.com>2013-05-26 18:53:19 +0200
commitec9dd97cecafba5ddf5c3ec683db7ad5b4421923 (patch)
treea5cfb1cc742b5dcf4e64f8ce566ca46f0c238eb0 /ChangeLog
parent2b66ef5d55325b2957d6c62908ca065228e56814 (diff)
downloadglibc-ec9dd97cecafba5ddf5c3ec683db7ad5b4421923.tar.gz
glibc-ec9dd97cecafba5ddf5c3ec683db7ad5b4421923.tar.xz
glibc-ec9dd97cecafba5ddf5c3ec683db7ad5b4421923.zip
_dl_non_dynamic_init declaration cleanup.
	* sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
	Don't declare.

Continuation of commit bc16e260d0e74b36e48d30edc6ea4f1152700c09.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 175ca0ce1f..0a5c0cabee 100644
--- 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>