Update.
[glibc.git] / string / Versions
blobb3fba757c73c0a6ce23b86bc6e2618bf13c5020c
1 libc {
2   GLIBC_2.0 {
3     # functions with required interface outside normal name space
4     __argz_count; __argz_stringify; __argz_next;
6     # functions used in inline functions or macros
7     __bzero; __strtok_r;
9     # functions used in other libraries
10     __stpncpy; __stpcpy; __strdup; __mempcpy; __strcasecmp; __strerror_r;
11     __ffs;
13     # a*
14     argz_add; argz_add_sep; argz_append; argz_count; argz_create;
15     argz_create_sep; argz_delete; argz_extract; argz_insert; argz_next;
16     argz_replace; argz_stringify;
18     # b*
19     basename; bcmp; bcopy; bzero;
21     # e*
22     envz_add; envz_entry; envz_get; envz_merge; envz_remove;
23     envz_strip;
25     # f*
26     ffs;
28     # i*
29     index;
31     # m*
32     memccpy; memchr; memcmp; memcpy; memfrob; memmem; memmove; memset;
34     # r*
35     rindex;
37     # s*
38     stpcpy; stpncpy; strcasecmp; strcat; strchr; strcmp; strcoll; strcpy;
39     strcspn; strdup; strerror; strerror_r; strfry; strlen; strncasecmp;
40     strncat; strncmp; strncpy; strndup; strnlen; strpbrk; strrchr; strsep;
41     strsignal; strspn; strstr; strtok; strtok_r; strxfrm; swab;
42   }
43   GLIBC_2.1 {
44     # functions used in macros and other libraries
45     __rawmemchr; __strcasestr;
47     # f*
48     ffsl; ffsll;
50     # m*
51     mempcpy;
53     # r*
54     rawmemchr;
56     # s*
57     strcasestr; strverscmp;
58   }