about summary refs log tree commit diff
path: root/intl
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 /intl
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 'intl')
-rw-r--r--intl/plural-exp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/intl/plural-exp.c b/intl/plural-exp.c
index 8c15032631..f5249d5373 100644
--- a/intl/plural-exp.c
+++ b/intl/plural-exp.c
@@ -23,7 +23,7 @@
 #include <stdlib.h>
 #include <string.h>
 
-#include "plural-exp.h"
+#include <plural-exp.h>
 
 #if (defined __GNUC__ && !(defined __APPLE_CC_ && __APPLE_CC__ > 1) && \
      !defined __cplusplus)					       \