summaryrefslogtreecommitdiff
path: root/stdio-common/Versions
diff options
context:
space:
mode:
Diffstat (limited to 'stdio-common/Versions')
-rw-r--r--stdio-common/Versions35
1 files changed, 35 insertions, 0 deletions
diff --git a/stdio-common/Versions b/stdio-common/Versions
new file mode 100644
index 0000000000..5db571db92
--- /dev/null
+++ b/stdio-common/Versions
@@ -0,0 +1,35 @@
+libc {
+ GLIBC_2.0 {
+ # global variables
+ _itoa_lower_digits; _itoa_upper_digits; _sys_errlist; _sys_nerr;
+ _sys_siglist;
+
+ # functions used in other libraries
+ __printf_fp; __vfscanf;
+
+ # variables in normal name space
+ sys_errlist; sys_nerr; sys_sigabbrev; sys_siglist;
+
+ # c*
+ ctermid; cuserid;
+
+ # p*
+ parse_printf_format; perror;
+
+ # r*
+ register_printf_function; remove; rename;
+
+ # t*
+ tempnam; tmpfile; tmpnam; tmpnam_r;
+
+ # v*
+ vfprintf; vfscanf;
+ }
+ GLIBC_2.1 {
+ # p*
+ printf_size; printf_size_info;
+
+ # t*
+ tmpfile64;
+ }
+}