about summary refs log tree commit diff
path: root/include/plural-exp.h
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2017-10-01 17:30:49 -0700
committerH.J. Lu <hjl.tools@gmail.com>2017-10-01 17:31:05 -0700
commit2c0cd8f81fee4d9dc8e34254f4f6ed56d5bb6f59 (patch)
treed48a89b0aaf7a605f4a21abb24d5b8bd4b434460 /include/plural-exp.h
parent8369d216dcc0e192e0e1243d9dad443e68f13f06 (diff)
downloadglibc-2c0cd8f81fee4d9dc8e34254f4f6ed56d5bb6f59.tar.gz
glibc-2c0cd8f81fee4d9dc8e34254f4f6ed56d5bb6f59.tar.xz
glibc-2c0cd8f81fee4d9dc8e34254f4f6ed56d5bb6f59.zip
Hide internal __gettextparse function [BZ #18822]
Hide internal __gettextparse function to allow direct access within
libc.so and libc.a without using GOT nor PLT.

	[BZ #18822]
	* include/plural-exp.h: New file.
	* intl/plural-exp.c: Include <plural-exp.h> instead of
	"plural-exp.h".
Diffstat (limited to 'include/plural-exp.h')
-rw-r--r--include/plural-exp.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/plural-exp.h b/include/plural-exp.h
new file mode 100644
index 0000000000..3b026f804d
--- /dev/null
+++ b/include/plural-exp.h
@@ -0,0 +1,8 @@
+#ifndef _PLURAL_EXP_H
+#include <intl/plural-exp.h>
+
+#ifndef _ISOMAC
+extern __typeof (__gettextparse) __gettextparse attribute_hidden;
+#endif /* !_ISOMAC */
+
+#endif