summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Hutchings <ben@decadent.org.uk>2019-01-19 00:34:54 +0000
committerBen Hutchings <ben@decadent.org.uk>2019-01-19 00:38:42 +0000
commit37f6c448082e1081128aeae5e9ff56985a823fa7 (patch)
tree52f3982edfd82586b39f78f270710123373a1fc5
parentd4267b09846f6f986c1ad586bd98696791711c74 (diff)
downloadklibc-2.0.5.tar.gz
[klibc] Delete remnants of m32rklibc-2.0.5
It was still mentioned in README.m32r and SYSCALLS.def. Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
-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();