Update.
[glibc.git] / stdio-common / Versions
blob5db571db922d3ff57eccbf2f83ace85b011cff5f
1 libc {
2   GLIBC_2.0 {
3     # global variables
4     _itoa_lower_digits; _itoa_upper_digits; _sys_errlist; _sys_nerr;
5     _sys_siglist;
7     # functions used in other libraries
8     __printf_fp; __vfscanf;
10     # variables in normal name space
11     sys_errlist; sys_nerr; sys_sigabbrev; sys_siglist;
13     # c*
14     ctermid; cuserid;
16     # p*
17     parse_printf_format; perror;
19     # r*
20     register_printf_function; remove; rename;
22     # t*
23     tempnam; tmpfile; tmpnam; tmpnam_r;
25     # v*
26     vfprintf; vfscanf;
27   }
28   GLIBC_2.1 {
29     # p*
30     printf_size; printf_size_info;
32     # t*
33     tmpfile64;
34   }