summaryrefslogtreecommitdiff
path: root/libc.map
diff options
context:
space:
mode:
Diffstat (limited to 'libc.map')
-rw-r--r--libc.map6
1 files changed, 4 insertions, 2 deletions
diff --git a/libc.map b/libc.map
index 01c45a06f8..57ac588ae3 100644
--- a/libc.map
+++ b/libc.map
@@ -413,12 +413,14 @@ GLIBC_2.0 {
xdrrec_endofrecord; xdrrec_eof; xdrrec_skiprecord; xdrstdio_create;
xencrypt; xprt_register; xprt_unregister;
+ _IO_list_all;
+
local:
*;
};
GLIBC_2.1 {
global:
- _IO_fopen; fopen; _IO_stdin_; _IO_stdout_; _IO_stderr_; _IO_list_all;
+ _IO_fopen; fopen; _IO_stdin_; _IO_stdout_; _IO_stderr_;
freopen;
-} GLIBC_2.0; \ No newline at end of file
+} GLIBC_2.0;