aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThorsten Glaser <tg@mirbsd.org>2012-05-18 15:22:19 +0000
committermaximilian attems <max@stro.at>2012-05-18 17:30:18 +0200
commitb73c89c1290879e39a56dd01002eb00321f2df81 (patch)
tree6c073edb476ff3a168076bec2e79fac0a4908a40
parent9316931e7c3777f7e592f0e6eae9f902b713e6b8 (diff)
downloadklibc-b73c89c1290879e39a56dd01002eb00321f2df81.tar.gz
[klibc] sigsuspend: unbreak s390x
s390 does *not* work with RT syscalls, and s390x is distinguished from s390 even if they share the same arch include directory tested both on zelenka.debian.org Signed-off-by: Thorsten Glaser <tg@mirbsd.org> Signed-off-by: maximilian attems <max@stro.at>
-rw-r--r--usr/klibc/SYSCALLS.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/klibc/SYSCALLS.def b/usr/klibc/SYSCALLS.def
index 872acbfead226a..70838b88f44a7b 100644
--- a/usr/klibc/SYSCALLS.def
+++ b/usr/klibc/SYSCALLS.def
@@ -218,7 +218,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);
-<arm,frv,i386,m68k,mn10300,s390> int sigsuspend::__sigsuspend_xxs(int, int, sigset_t);
+<arm,frv,i386,m68k,mn10300,s390,s390x> int sigsuspend::__sigsuspend_xxs(int, int, sigset_t);
#endif
int kill(pid_t, int);
<?> unsigned int alarm(unsigned int);