Files
RedBear-OS/include
Red Bear OS ca7a7edbfb relibc: add sys/ioccom.h with Linux IOC bitfield constants
Mesa 26.1.4's DRM UAPI headers include <sys/ioccom.h> as the BSD
include path for ioctl command encoding. The basic _IO / _IOR / _IOW /
_IOWR macros are already in <sys/ioctl.h> (musl-style via cbindgen),
but sys/ioccom.h adds the bitfield widths / masks / shifts / decoders
and the IOC_IN / IOC_OUT / IOC_INOUT / IOCSIZE_* macros that DRM and
other Linux UAPI consumers require.

This header includes <sys/ioctl.h> for the base macros and adds the
Linux-style constants as a thin shim. All new symbols are guarded
with #ifndef so including both headers is safe and idempotent.

This makes the Mesa-side 04-sys-ioccom-stub-header.patch redundant;
that patch can be removed from local/patches/mesa/ and the Mesa
recipe's patches list.
2026-07-27 20:18:01 +09:00
..
2019-01-01 07:35:13 -07:00
2019-01-15 20:49:15 -07:00
2018-11-23 21:31:09 +01:00
2018-12-14 12:50:23 -07:00
2024-11-10 16:19:15 +01:00
2026-01-12 12:38:28 -07:00
2018-07-27 18:27:51 +02:00
2025-08-09 01:16:12 -04:00
2023-05-06 17:02:54 +02:00
2024-11-27 01:25:53 -05:00
2025-07-24 21:46:49 -04:00