diff options
Diffstat (limited to 'stdio-common/Versions')
-rw-r--r-- | stdio-common/Versions | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/stdio-common/Versions b/stdio-common/Versions index 11e0900f01..1afb73481f 100644 --- a/stdio-common/Versions +++ b/stdio-common/Versions @@ -1,8 +1,7 @@ libc { GLIBC_2.0 { # global variables - _itoa_lower_digits; _itoa_upper_digits; _sys_errlist; _sys_nerr; - _sys_siglist; + _sys_errlist; _sys_nerr; _sys_siglist; # functions used in other libraries __printf_fp; __vfscanf; @@ -47,4 +46,7 @@ libc { # t* tmpfile; tmpfile64; } + GLIBC_PRIVATE { + # global variables + _itoa_lower_digits; _itoa_upper_digits; } |