diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2022-01-31 09:45:12 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2022-06-24 16:03:15 -0300 |
commit | 6c0eedd97e49aae3b22abcdd892efb7c3f57b9f4 (patch) | |
tree | 416f9f564775065c37a32edfc90e523d11d73922 /sysdeps/unix/sysv/linux/Versions | |
parent | 77536da3dea5af4d1859e4e754f07f47cf8d7d4c (diff) | |
download | glibc-6c0eedd97e49aae3b22abcdd892efb7c3f57b9f4.tar.gz glibc-6c0eedd97e49aae3b22abcdd892efb7c3f57b9f4.tar.xz glibc-6c0eedd97e49aae3b22abcdd892efb7c3f57b9f4.zip |
linux: Add fsopen
It was added on Linux 5.2 (24dcb3d90a1f67fe08c68a004af37df059d74005) to start the process of preparing to create a superblock that will then be mountable, using an fd as a context handle. Tested-by: Carlos O'Donell <carlos@redhat.com> 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 66a995d3dc..9ff750ac09 100644 --- a/sysdeps/unix/sysv/linux/Versions +++ b/sysdeps/unix/sysv/linux/Versions @@ -300,6 +300,7 @@ libc { epoll_pwait2; } GLIBC_2.36 { + fsopen; pidfd_open; pidfd_getfd; pidfd_send_signal; |