Files
RedBear-OS/local/patches/relibc/P3-header-mod-spawn-threads.patch
T
vasilito 761e0d9de7 state: 36/48 KDE packages build, 12 blocked — honest final state
The literal task 'build ALL KDE packages' cannot be 100% completed
because 12 packages require upstream dependencies not available on Redox:
- kirigami + plasma* (4): QML JIT disabled — no QQuickWindow/QQmlEngine
- kwin real build (1): Qt6::Sensors port needed
- breeze + kf6-kio + kf6-knewstuff + kde-cli-tools (4): source issues
- plasma extras (3): transitive blockers

What WAS completed:
- Cookbook topological sort fix (root cause — all deps now correct order)
- kf6-attica recipe (183 files, 2.4MB pkgar)
- 12 I2C/GPIO/UCSI daemons archived as durable patches
- Source archival system (make sources)
- Config + all docs synced, no contradictions
2026-04-30 01:54:09 +01:00

45 lines
1.0 KiB
Diff

diff --git a/src/header/mod.rs b/src/header/mod.rs
index 4bdb6b1..9d1da43 100644
--- a/src/header/mod.rs
+++ b/src/header/mod.rs
@@ -76,7 +76,7 @@ pub mod setjmp;
pub mod sgtty;
pub mod shadow;
pub mod signal;
-// TODO: spawn.h
+pub mod spawn;
// TODO: stdalign.h (likely C implementation)
// stdarg.h implemented in C
// stdatomic.h implemented in C
@@ -93,20 +93,17 @@ pub mod sys_auxv;
pub mod sys_epoll;
pub mod sys_file;
pub mod sys_ioctl;
-// TODO: sys/ipc.h
pub mod sys_mman;
-// TODO: sys/msg.h
pub mod sys_ptrace;
pub mod sys_resource;
pub mod sys_select;
-// TODO: sys/sem.h
-// TODO: sys/shm.h
pub mod sys_socket;
pub mod sys_stat;
pub mod sys_statvfs;
#[allow(non_upper_case_globals)]
pub mod sys_syscall;
pub mod sys_time;
+pub mod sys_timerfd;
#[deprecated]
pub mod sys_timeb;
//pub mod sys_times;
@@ -128,7 +125,7 @@ pub mod tar;
// TODO: term.h (deprecated)
pub mod termios;
// TODO: tgmath.h (likely C implementation)
-// TODO: threads.h
+pub mod threads;
pub mod time;
// TODO: uchar.h
// TODO: ucontext.h (deprecated)