[2/3] Mark ld.so internel __fxstatat64 hidden

Message ID 1445189141-18068-2-git-send-email-hjl.tools@gmail.com
State New, archived
Headers

Commit Message

H.J. Lu Oct. 18, 2015, 5:25 p.m. UTC
  Since ld.so internel __fxstatat64 is only used internally in ld.so, it
can be made hidden.

	[BZ #19122]
	* include/sys/stat.h [IS_IN (rtld)] (__fxstatat64): Add
	attribute_hidden.
---
 include/sys/stat.h | 3 +++
 1 file changed, 3 insertions(+)
  

Comments

Roland McGrath Oct. 19, 2015, 6:31 p.m. UTC | #1
OK
  

Patch

diff --git a/include/sys/stat.h b/include/sys/stat.h
index 873562a..4f31c00 100644
--- a/include/sys/stat.h
+++ b/include/sys/stat.h
@@ -35,6 +35,9 @@  libc_hidden_proto (__xmknodat)
 libc_hidden_proto (__fxstatat)
 libc_hidden_proto (__fxstatat64)
 
+# if IS_IN (rtld)
+extern __typeof (__fxstatat64) __fxstatat64 attribute_hidden;
+# endif
 
 /* The `stat', `fstat', `lstat' functions have to be handled special since
    even while not compiling the library with optimization calls to these