]> git.ipfire.org Git - thirdparty/glibc.git/blame - ctype/Versions
x86-64 memchr/wmemchr: Properly handle the length parameter [BZ #24097]
[thirdparty/glibc.git] / ctype / Versions
CommitLineData
b0b67c47
UD
1libc {
2 GLIBC_2.0 {
3 # global variables
390955cb
UD
4 __ctype_b; __ctype32_b; __ctype_tolower; __ctype_toupper;
5 _tolower; _toupper;
b0b67c47
UD
6
7 # i*
8 isalnum; isalpha; isascii; isblank; iscntrl; isdigit; isgraph; islower;
9 isprint; ispunct; isspace; isupper; isxdigit;
10
11 # t*
12 toascii; tolower; toupper;
13 }
49f2be5b
UD
14 GLIBC_2.2 {
15 # global variables
16 __ctype32_tolower; __ctype32_toupper;
17 }
fa1861d9
UD
18 GLIBC_2.3 {
19 isctype; __isctype;
cf684340
RM
20
21 # functions used by optimized macros in ctype.h
22 __ctype_b_loc; __ctype_tolower_loc; __ctype_toupper_loc;
fa1861d9 23 }
fd5bdc09
UD
24 GLIBC_PRIVATE {
25 __ctype_init;
26 }
b0b67c47 27}