diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2022-06-24 16:59:19 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2022-07-05 10:08:48 -0300 |
commit | af1aa36c617d72e80ff6b268bf927b6642d90823 (patch) | |
tree | 9da46e918d6c910ce7cada5547a571b38defd673 /sysdeps/unix/sysv/linux/Versions | |
parent | c3b02b6567e5709614eb24c85c3c0b69ae5c58a6 (diff) | |
download | glibc-af1aa36c617d72e80ff6b268bf927b6642d90823.tar.gz glibc-af1aa36c617d72e80ff6b268bf927b6642d90823.tar.xz glibc-af1aa36c617d72e80ff6b268bf927b6642d90823.zip |
linux: Add mount_setattr
It was added on Linux 5.12 (2a1867219c7b27f928e2545782b86daaf9ad50bd) to allow change the properties of a mount or a mount tree using file descriptors which the new mount api is based on. Checked on x86_64-linux-gnu. Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'sysdeps/unix/sysv/linux/Versions')
-rw-r--r-- | sysdeps/unix/sysv/linux/Versions | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/Versions b/sysdeps/unix/sysv/linux/Versions index b70530ef40..65d2ceda2c 100644 --- a/sysdeps/unix/sysv/linux/Versions +++ b/sysdeps/unix/sysv/linux/Versions @@ -305,6 +305,7 @@ libc { fsopen; fspick; move_mount; + mount_setattr; open_tree; pidfd_open; pidfd_getfd; |