diff options
Diffstat (limited to 'io/Versions')
-rw-r--r-- | io/Versions | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/io/Versions b/io/Versions index 3cfe41511a..10df42253a 100644 --- a/io/Versions +++ b/io/Versions @@ -91,4 +91,8 @@ libc { # For the cancelation wrappers. __libc_open64; __libc_lseek64; } + GLIBC_2.2 { + # p* + posix_fadvise; posix_fadvise64; posix_fallocate; posix_fallocate64; + } } |