From: Adhemerval Zanella Date: Fri, 3 Oct 2025 19:39:02 +0000 (-0300) Subject: Add AT_HANDLE_CONNECTABLE from Linux 6.13 to bits/fcntl-linux.h X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=04e6bdb4371af0612716cee10667d5aa5ccdb111;p=thirdparty%2Fglibc.git Add AT_HANDLE_CONNECTABLE from Linux 6.13 to bits/fcntl-linux.h It was added by commit c374196b2b9f4b803fccd59ed82f0712041e21e1. Reviewed-by: Carlos O'Donell --- 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