Displaying 1 result from an estimated 1 matches for "94b9af26".
Did you mean:
94b9af2
2020 Apr 30
0
[klibc:master] arch: Remove cris port
...+109,6 @@ The following is the last known status of various architectures:
arm: Working
arm64: Working
avr32: Not yet ported
- cris: Working
h8300: Not yet ported
i386: Working
ia64: Mostly working
diff --git a/usr/klibc/SYSCALLS.def b/usr/klibc/SYSCALLS.def
index 94b9af26..461d9bf6 100644
--- a/usr/klibc/SYSCALLS.def
+++ b/usr/klibc/SYSCALLS.def
@@ -226,7 +226,7 @@ int sigprocmask(int, const sigset_t *, sigset_t *);
*
* The arguments other than the sigset_t are assumed ignored.
*/
-<cris,sh,sparc,alpha,ppc,sparc64> int sigsuspend::__sigsuspend_s(sigset_t...