about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2015-10-15 14:13:37 -0700
committerH.J. Lu <hjl.tools@gmail.com>2015-10-15 14:13:50 -0700
commitd6e855d810730193280276a2d30584437e2abf4d (patch)
treebced08a2b5295166d4f1a7bf6fea7dcc12bae817 /ChangeLog
parenta1afb41193e908668eeac7e3a25a48ac535aff67 (diff)
downloadglibc-d6e855d810730193280276a2d30584437e2abf4d.tar.gz
glibc-d6e855d810730193280276a2d30584437e2abf4d.tar.xz
glibc-d6e855d810730193280276a2d30584437e2abf4d.zip
Mark _dl_catch_error hidden
Since _dl_catch_error is only used internally in ld.so, it should be
declared in sysdeps/generic/ldsodefs.h, not include/dlfcn.h and it can
be made hidden.

	[BZ #19122]
	* include/dlfcn.h (_dl_catch_error): Moved to ...
	* sysdeps/generic/ldsodefs.h (_dl_catch_error): Add
	attribute_hidden.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b93c0a80ed..110d6706fe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,10 @@
 2015-10-15  H.J. Lu  <hongjiu.lu@intel.com>
 
 	[BZ #19122]
+	* include/dlfcn.h (_dl_catch_error): Moved to ...
+	* sysdeps/generic/ldsodefs.h (_dl_catch_error): Add
+	attribute_hidden.
+
 	* sysdeps/generic/_itoa.h (_itoa): Add attribute_hidden.
 	(_itoa_word): Likewise.