Files
RedBear-OS/local
vasilito 8ddfb6e08a relibc: bump submodule pointer for 25 build breakages fix
Submodule local/sources/relibc updated to 87339c62, which restores
the relibc build after 25 errors introduced by the operator's
MSG_NOSIGNAL + ifaddrs commits plus my R9/R10 fixes:

- object::Error type fix in dso.rs (2 sites)
- Arc<DSO> return type fix in linker.rs (RTLD_NOLOAD branch)
- sc:: -> syscall:: fix in ifaddrs/mod.rs (6 sites)
- libc dep + std:: -> core:: in socket.rs (3 sites)
- TimeSpec tv_nsec i32 cast in mod.rs
- libc = 0.2.189 added to Cargo.toml (with optional feature)

Verified by 'cargo check --target x86_64-unknown-redox' from a
state where 25 errors were reported. After the fix:
    Finished dev profile in 0.14s
2026-07-28 00:23:55 +09:00
..