aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/Versions
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2022-06-24 16:59:16 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2022-07-05 10:08:48 -0300
commit60f574e140edddc1dab88ed85eb494ec359d6408 (patch)
treec7e2c7a39bade47ab142e3d85c1ff4bae7c153e2 /sysdeps/unix/sysv/linux/Versions
parent7eae6a91e9b1670330c9f15730082c91c0b1d570 (diff)
downloadglibc-60f574e140edddc1dab88ed85eb494ec359d6408.zip
glibc-60f574e140edddc1dab88ed85eb494ec359d6408.tar.gz
glibc-60f574e140edddc1dab88ed85eb494ec359d6408.tar.bz2
linux: Add fspick
It was added on Linux 5.2 (cf3cba4a429be43e5527a3f78859b1bfd9ebc5fb) that can be used to pick an existing mountpoint into an filesystem context which can thereafter be used to reconfigure a superblock with fsconfig syscall. Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'sysdeps/unix/sysv/linux/Versions')
-rw-r--r--sysdeps/unix/sysv/linux/Versions1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/Versions b/sysdeps/unix/sysv/linux/Versions
index 831a366..7bc5861 100644
--- a/sysdeps/unix/sysv/linux/Versions
+++ b/sysdeps/unix/sysv/linux/Versions
@@ -303,6 +303,7 @@ libc {
fsconfig;
fsmount;
fsopen;
+ fspick;
move_mount;
pidfd_open;
pidfd_getfd;