From f6420ec8c325f6b458e7d9fc84babb8a6cfddf90 Mon Sep 17 00:00:00 2001 From: vasilito Date: Mon, 27 Jul 2026 10:01:29 +0900 Subject: [PATCH] relibc: bump submodule to c73e4227 (cfgetispeed/cfsetispeed Redox impl) Bump the relibc submodule pointer to the Round 8 commit that implements cfgetispeed, cfgetospeed, cfsetispeed, cfsetospeed on the Redox target (previously all returned 0 or EINVAL unconditionally). The impl uses two new fields added to the Redox termios struct (__c_ispeed, __c_ospeed) for the stored speed values. Without this, serial tools (minicom, screen, cu) that query baud rate always saw 0 on Redox. The full canonical build (./local/scripts/build-redbear.sh redbear-mini) requires a prefix rebuild to regenerate the prefix's libc.a; this is what 'touch relibc && make prefix' does in the Redox build system. --- local/sources/relibc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local/sources/relibc b/local/sources/relibc index 0fee9dc19f..c73e4227bc 160000 --- a/local/sources/relibc +++ b/local/sources/relibc @@ -1 +1 @@ -Subproject commit 0fee9dc19fd6b714f7580a58158c04a2de85e7f6 +Subproject commit c73e4227bc4b21ee7b5fef7bbf5012fa5feb3abe