diff options
Diffstat (limited to 'io/Versions')
-rw-r--r-- | io/Versions | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/io/Versions b/io/Versions index 5b311ee03b..65ee77182e 100644 --- a/io/Versions +++ b/io/Versions @@ -97,4 +97,10 @@ libc { # n* nftw; nftw64; } + GLIBC_2.4 { + fchownat; + __fxstatat; __fxstatat64; + openat; openat64; + unlinkat; + } } |