]> git.saurik.com Git - apple/libc.git/blobdiff - locale/FreeBSD/mblocal.h
Libc-1158.1.2.tar.gz
[apple/libc.git] / locale / FreeBSD / mblocal.h
index f5d3fc19a8b8c8aa9ba21306e7fe30a1953d8dcc..8029a7011bcddc531f678153005f81e343de0f3a 100644 (file)
 /*
  * Rune initialization function prototypes.
  */
-__private_extern__ int _none_init(struct __xlocale_st_runelocale *);
-__private_extern__ int _ascii_init(struct __xlocale_st_runelocale *);
-__private_extern__ int _UTF2_init(struct __xlocale_st_runelocale *);
-__private_extern__ int _UTF8_init(struct __xlocale_st_runelocale *);
-__private_extern__ int _EUC_init(struct __xlocale_st_runelocale *);
-__private_extern__ int _GB18030_init(struct __xlocale_st_runelocale *);
-__private_extern__ int _GB2312_init(struct __xlocale_st_runelocale *);
-__private_extern__ int _GBK_init(struct __xlocale_st_runelocale *);
-__private_extern__ int _BIG5_init(struct __xlocale_st_runelocale *);
-__private_extern__ int _MSKanji_init(struct __xlocale_st_runelocale *);
+__attribute__((visibility("hidden"))) int      _none_init(struct __xlocale_st_runelocale *);
+__attribute__((visibility("hidden"))) int      _ascii_init(struct __xlocale_st_runelocale *);
+__attribute__((visibility("hidden"))) int      _UTF2_init(struct __xlocale_st_runelocale *);
+__attribute__((visibility("hidden"))) int      _UTF8_init(struct __xlocale_st_runelocale *);
+__attribute__((visibility("hidden"))) int      _EUC_init(struct __xlocale_st_runelocale *);
+__attribute__((visibility("hidden"))) int      _GB18030_init(struct __xlocale_st_runelocale *);
+__attribute__((visibility("hidden"))) int      _GB2312_init(struct __xlocale_st_runelocale *);
+__attribute__((visibility("hidden"))) int      _GBK_init(struct __xlocale_st_runelocale *);
+__attribute__((visibility("hidden"))) int      _BIG5_init(struct __xlocale_st_runelocale *);
+__attribute__((visibility("hidden"))) int      _MSKanji_init(struct __xlocale_st_runelocale *);
 
-__private_extern__ size_t       _none_mbrtowc(wchar_t * __restrict, const char * __restrict,
+__attribute__((visibility("hidden"))) size_t       _none_mbrtowc(wchar_t * __restrict, const char * __restrict,
                     size_t, mbstate_t * __restrict, locale_t);
-__private_extern__ int  _none_mbsinit(const mbstate_t *, locale_t);
-__private_extern__ size_t       _none_mbsnrtowcs(wchar_t * __restrict dst,
+__attribute__((visibility("hidden"))) int  _none_mbsinit(const mbstate_t *, locale_t);
+__attribute__((visibility("hidden"))) size_t       _none_mbsnrtowcs(wchar_t * __restrict dst,
                     const char ** __restrict src, size_t nms, size_t len,
                     mbstate_t * __restrict ps __unused, locale_t);
-__private_extern__ size_t       _none_wcrtomb(char * __restrict, wchar_t,
+__attribute__((visibility("hidden"))) size_t       _none_wcrtomb(char * __restrict, wchar_t,
                     mbstate_t * __restrict, locale_t);
-__private_extern__ size_t       _none_wcsnrtombs(char * __restrict, const wchar_t ** __restrict,
+__attribute__((visibility("hidden"))) size_t       _none_wcsnrtombs(char * __restrict, const wchar_t ** __restrict,
                     size_t, size_t, mbstate_t * __restrict, locale_t);
 
 extern size_t __mbsnrtowcs_std(wchar_t * __restrict, const char ** __restrict,