about summary refs log tree commit diff
path: root/libc.map
diff options
context:
space:
mode:
Diffstat (limited to 'libc.map')
-rw-r--r--libc.map5
1 files changed, 3 insertions, 2 deletions
diff --git a/libc.map b/libc.map
index 879ca07d24..7a39f2c0f2 100644
--- a/libc.map
+++ b/libc.map
@@ -489,7 +489,7 @@ GLIBC_2.1 {
 
     # f*
     fgetpos64; fmtmsg; fopen64; freopen64; fseeko; fseeko64; fsetpos64;
-    fstatfs64; ftello; ftello64; ftruncate64; ftw64;
+    fstatfs64; fstatvfs; fstatvfs64; ftello; ftello64; ftruncate64; ftw64;
     fopen; fclose; fdopen;
 
     # g*
@@ -535,7 +535,8 @@ GLIBC_2.1 {
 
     # s*
     scandir64; setitimer; setrlimit64; setutxent; settimeofday;
-    sighold; sigrelse; sigignore; sigset; statfs64; strcasestr; sysv_signal;
+    sighold; sigrelse; sigignore; sigset; statfs64; statvfs; statvfs64;
+    strcasestr; sysv_signal;
 
     # New RT signal functions.
     sigqueue; sigtimedwait; sigwaitinfo;