summaryrefslogtreecommitdiff
path: root/io/Versions
diff options
context:
space:
mode:
Diffstat (limited to 'io/Versions')
-rw-r--r--io/Versions13
1 files changed, 13 insertions, 0 deletions
diff --git a/io/Versions b/io/Versions
index 64316cd025..f7e5dbe49e 100644
--- a/io/Versions
+++ b/io/Versions
@@ -125,4 +125,17 @@ libc {
GLIBC_2.23 {
fts64_children; fts64_close; fts64_open; fts64_read; fts64_set;
}
+ GLIBC_2.27 {
+ copy_file_range;
+ }
+ GLIBC_2.28 {
+ fcntl64;
+ statx;
+ }
+ GLIBC_PRIVATE {
+ __libc_fcntl64;
+ __fcntl_nocancel;
+ __open64_nocancel;
+ __write_nocancel;
+ }
}