summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr/klibc/README.klibc1
-rw-r--r--usr/klibc/SYSCALLS.def2
2 files changed, 1 insertions, 2 deletions
diff --git a/usr/klibc/README.klibc b/usr/klibc/README.klibc
index 2ed0f31ce178f..19f4010a43b8a 100644
--- a/usr/klibc/README.klibc
+++ b/usr/klibc/README.klibc
@@ -45,7 +45,6 @@ b) If you'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 8ebe8359a6c8f..94b9af26a4a58 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,s390x> pid_t vfork();
<sparc,sparc64> pid_t vfork@forkish();
#endif
<!alpha> pid_t getpid();