aboutsummaryrefslogtreecommitdiff
path: root/stdio/Versions
diff options
context:
space:
mode:
Diffstat (limited to 'stdio/Versions')
-rw-r--r--stdio/Versions13
1 files changed, 13 insertions, 0 deletions
diff --git a/stdio/Versions b/stdio/Versions
index 2dfd4a8..e3df076 100644
--- a/stdio/Versions
+++ b/stdio/Versions
@@ -47,5 +47,18 @@ libc {
GLIBC_2.1 {
# functions used in other libraries
__asprintf;
+
+ # c*
+ clearerr_unlocked;
+
+ # f*
+ feof_unlocked; ferror_unlocked; fflush_unlocked; fgets_unlocked;
+ fileno_unlocked; fputc_unlocked; fread_unlocked; fwrite_unlocked;
+
+ # g*
+ getc_unlocked; getchar_unlocked;
+
+ # p*
+ putc_unlocked; putchar_unlocked;
}
}