From f145e9e7687a1c3e451bde0e5cc9eba57fcbe6f9 Mon Sep 17 00:00:00 2001 From: vasilito Date: Mon, 27 Jul 2026 20:25:42 +0900 Subject: [PATCH] relibc: bump submodule pointer for sys/ioccom.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Submodule local/sources/relibc updated to ca7a7edb, which adds include/sys/ioccom.h — a hand-written header providing Linux-style ioctl command encoding constants (_IOC_NRBITS, _IOC_TYPEMASK, _IOC_DIRSHIFT, _IOC_TYPECHECK, _IOC_DIR/TYPE/NR/SIZE decoders, IOC_IN/OUT/INOUT, IOCSIZE_*) on top of the musl-style _IOC/_IO/ _IOR/_IOW/_IOWR macros that cbindgen already provides in . DRM UAPI headers include as the BSD naming path for ioctl encoding. With this header in place, the Mesa-side 04-sys-ioccom-stub-header.patch becomes redundant and can be removed (next commit). --- local/sources/relibc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local/sources/relibc b/local/sources/relibc index 688e76ca42..ca7a7edbfb 160000 --- a/local/sources/relibc +++ b/local/sources/relibc @@ -1 +1 @@ -Subproject commit 688e76ca4200fdd92ae250cdf2a6ab235cd54c70 +Subproject commit ca7a7edbfbd1dc6a6aa74de2baefaab7e25b8603