LibC: Implement simple posix_spawn{,p}

This does not support file_actions or attributes
This commit is contained in:
2025-11-10 01:40:33 +02:00
parent 4b36e5197d
commit 2f38306c6b
3 changed files with 71 additions and 2 deletions
+1
View File
@@ -34,6 +34,7 @@ set(LIBC_SOURCES
semaphore.cpp
setjmp.cpp
signal.cpp
spawn.cpp
stdio.cpp
stdlib.cpp
string.cpp