]> sourceware.org Git - glibc.git/commitdiff
Add F_DUPFD_QUERY from Linux 6.10 to bits/fcntl-linux.h
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Tue, 16 Jul 2024 17:08:49 +0000 (17:08 +0000)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Tue, 30 Jul 2024 11:52:52 +0000 (08:52 -0300)
It was added by commit c62b758bae6af16 as a way for userspace to
check if two file descriptors refer to the same struct file.

Checked on aarch64-linux-gnu.
Reviewed-by: Florian Weimer <fweimer@redhat.com>
sysdeps/unix/sysv/linux/bits/fcntl-linux.h

index 628612b8856b9082f202001034d267b09b2954d4..61c100d9844b58010480e3299be0ab991f5c6a05 100644 (file)
 # define F_SETLEASE    1024    /* Set a lease.  */
 # define F_GETLEASE    1025    /* Enquire what lease is active.  */
 # define F_NOTIFY      1026    /* Request notifications on a directory.  */
+# define F_DUPFD_QUERY  1027    /* Compare two file descriptors for sameness.  */
 # define F_SETPIPE_SZ  1031    /* Set pipe page size array.  */
 # define F_GETPIPE_SZ  1032    /* Set pipe page size array.  */
 # define F_ADD_SEALS   1033    /* Add seals to file.  */
This page took 0.040024 seconds and 5 git commands to generate.