From 04e6bdb4371af0612716cee10667d5aa5ccdb111 Mon Sep 17 00:00:00 2001 From: Adhemerval Zanella Date: Fri, 3 Oct 2025 16:39:02 -0300 Subject: [PATCH] Add AT_HANDLE_CONNECTABLE from Linux 6.13 to bits/fcntl-linux.h It was added by commit c374196b2b9f4b803fccd59ed82f0712041e21e1. Reviewed-by: Carlos O'Donell --- 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.47.3