]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Add AT_HANDLE_CONNECTABLE from Linux 6.13 to bits/fcntl-linux.h
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Fri, 3 Oct 2025 19:39:02 +0000 (16:39 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Wed, 5 Nov 2025 10:15:52 +0000 (07:15 -0300)
It was added by commit c374196b2b9f4b803fccd59ed82f0712041e21e1.

Reviewed-by: Carlos O'Donell <carlos@redhat.com>
sysdeps/unix/sysv/linux/bits/fcntl-linux.h

index f425a4bf22b70414e8656d1c17b875170e83d1fa..4377908d4a1825ac81dc67da3a9c1211e0c9eed6 100644 (file)
@@ -381,6 +381,7 @@ struct file_handle
                                                open_by_handle_at.  */
 # define AT_HANDLE_MNT_ID_UNIQUE 1 /* Return the 64-bit unique mount
                                      ID.  */
+# define AT_HANDLE_CONNECTABLE 2 /* Request a connectable file handle */
 #endif
 
 __BEGIN_DECLS