[PATCH 11/13] Add AT_HANDLE_CONNECTABLE from Linux 6.13 to bits/fcntl-linux.h
Carlos O'Donell
carlos@redhat.com
Tue Nov 4 17:03:25 GMT 2025
On 10/3/25 3:39 PM, Adhemerval Zanella wrote:
> It was added by commit c374196b2b9f4b803fccd59ed82f0712041e21e1.
LGTM.
Reviewed-by: Carlos O'Donell <carlos@redhat.com>
> ---
> 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 */
OK. Matches.
> #endif
>
> __BEGIN_DECLS
--
Cheers,
Carlos.
More information about the Libc-alpha
mailing list