Displaying 1 result from an estimated 1 matches for "94b9af2".
Did you mean:
94b9af26
2019 Jan 19
0
[klibc:master] Delete remnants of m32r
...39;re cross-compiling, you need to set KLIBCARCH to the
h8300: Not yet ported
i386: Working
ia64: Working static, shared untested
- m32r: Untested
m68k: Working
mips: Working
mips64: Working
diff --git a/usr/klibc/SYSCALLS.def b/usr/klibc/SYSCALLS.def
index 8ebe835..94b9af2 100644
--- a/usr/klibc/SYSCALLS.def
+++ b/usr/klibc/SYSCALLS.def
@@ -30,7 +30,7 @@ void _exit,exit::_exit(int);
* stubs, due to the no-stack requirement. These are the
* architectures which do not.
*/
-<alpha,m32r,ppc,ppc64,sh,s390,s390x> pid_t vfork();
+<alpha,ppc,ppc64,sh,s390,s39...