]> git.ipfire.org Git - thirdparty/glibc.git/blame - wcsmbs/Versions
aarch64: Fix DT_AARCH64_VARIANT_PCS handling [BZ #26798]
[thirdparty/glibc.git] / wcsmbs / Versions
CommitLineData
b0b67c47
UD
1libc {
2 GLIBC_2.0 {
3 # functions used in inline functions or macros
832d8bc0
JM
4 __mbrlen; __mbrtowc;
5 __wcstod_internal; __wcstof_internal; __wcstold_internal;
6 __wcstol_internal; __wcstoll_internal;
7 __wcstoul_internal; __wcstoull_internal;
b0b67c47
UD
8
9 # b*
10 btowc;
11
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;
18
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 }
d64b6ad0
UD
26 GLIBC_2.2 {
27 # w*
28 wcschrnul; wmempcpy;
29 }
874aa523 30 GLIBC_2.7 {
f238fd19
AJ
31 __isoc99_fwscanf; __isoc99_swscanf; __isoc99_vfwscanf; __isoc99_vswscanf;
32 __isoc99_vwscanf; __isoc99_wscanf;
874aa523 33 }
db6af3eb 34 GLIBC_2.16 {
f238fd19 35 c16rtomb; c32rtomb; mbrtoc16; mbrtoc32;
db6af3eb 36 }
b0b67c47 37}