[PATCH 11/13] Add AT_HANDLE_CONNECTABLE from Linux 6.13 to bits/fcntl-linux.h
Adhemerval Zanella
adhemerval.zanella@linaro.org
Fri Oct 3 19:39:02 GMT 2025
It was added by commit c374196b2b9f4b803fccd59ed82f0712041e21e1.
---
sysdeps/unix/sysv/linux/bits/fcntl-linux.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/sysdeps/unix/sysv/linux/bits/fcntl-linux.h b/sysdeps/unix/sysv/linux/bits/fcntl-linux.h
index f425a4bf22..4377908d4a 100644
--- a/sysdeps/unix/sysv/linux/bits/fcntl-linux.h
+++ b/sysdeps/unix/sysv/linux/bits/fcntl-linux.h
@@ -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
--
2.43.0
More information about the Libc-alpha
mailing list