S390: Move utf8-utf32-z9.c to multiarch folder and use s390_libc_ifunc_expr macro.
[glibc.git] / wcsmbs / Versions
blobb8f7bd73eb79cd376a31ea390d87847f3ee6bfc5
1 libc {
2   GLIBC_2.0 {
3     # functions used in inline functions or macros
4      __mbrlen; __mbrtowc;
5     __wcstod_internal; __wcstof_internal; __wcstold_internal;
6     __wcstol_internal; __wcstoll_internal;
7     __wcstoul_internal; __wcstoull_internal;
9     # b*
10     btowc;
12     # w*
13     wcpcpy; wcpncpy; wcrtomb; wcscat; wcschr; wcscmp; wcscoll;
14     wcscpy; wcscspn; wcsdup; wcslen; wcsncat; wcsncmp;
15     wcsncpy; wcsnrtombs; wcspbrk; wcsrchr; wcsrtombs; wcsspn; wcsstr;
16     wcstod; wcstof; wcstok; wcstol; wcstold; wcstoq; wcstoul;
17     wcstouq; wcswidth; wcsxfrm; wctob;
19     wmemchr; wmemcmp; wmemcpy; wmemmove; wmemset;
20   }
21   GLIBC_2.1 {
22     # w*
23     wcscasecmp; wcsncasecmp; wcsnlen; wcstoll;
24     wcstoimax; wcstoumax; wcstoull; wcswcs; wmemrtombs; wmemrtowcs;
25   }
26   GLIBC_2.2 {
27     # w*
28     wcschrnul; wmempcpy;
29   }
30   GLIBC_2.7 {
31     __isoc99_fwscanf; __isoc99_swscanf; __isoc99_vfwscanf; __isoc99_vswscanf;
32     __isoc99_vwscanf; __isoc99_wscanf;
33   }
34   GLIBC_2.16 {
35     c16rtomb; c32rtomb; mbrtoc16; mbrtoc32;
36   }