diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2022-01-28 16:59:42 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2022-05-17 10:33:07 -0300 |
commit | 32dd8c251a431c90451092653f0231a4ad2665e5 (patch) | |
tree | 5a40d64d21c00b50f5e5a3d253ec79363202fb3c /NEWS | |
parent | 97f5d19c45799e3abedef771430b5562f1b8764f (diff) | |
download | glibc-32dd8c251a431c90451092653f0231a4ad2665e5.zip glibc-32dd8c251a431c90451092653f0231a4ad2665e5.tar.gz glibc-32dd8c251a431c90451092653f0231a4ad2665e5.tar.bz2 |
linux: Add pidfd_getfd
This was added on Linux 5.6 (8649c322f75c96e7ced2fec201e123b2b073bf09)
as a way to retrieve a file descriptors for another process though
pidfd (created either with CLONE_PIDFD or pidfd_getfd). The
functionality is similar to recvmmsg SCM_RIGHTS.
Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Tested-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -16,9 +16,9 @@ Major new features: -z pack-relative-relocs option, which is supported for some targets in recent binutils versions. Lazy binding doesn't apply to DT_RELR. -* On Linux, the pidfd_open function has been added. The pidfd functionality - provides access to a process while avoiding the issue of PID reuse on - tranditional Unix systems. +* On Linux, the pidfd_open and pidfd_getfd functions have been added. + The pidfd functionality provides access to a process while avoiding + the issue of PID reuse on tranditional Unix systems. Deprecated and removed features, and other changes affecting compatibility: |