aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThorsten Glaser <tg@mirbsd.org>2012-05-18 16:26:55 +0000
committermaximilian attems <max@stro.at>2012-05-18 18:45:36 +0200
commit86fd10667397eaaa263c6ccf9f13653b982bd609 (patch)
tree35c7bcc6b7a71c8714255b85584f3c7601cd70f7
parent88532fb166f9415ed72d7d161f14d15946da1ead (diff)
downloadklibc-86fd10667397eaaa263c6ccf9f13653b982bd609.tar.gz
[klibc] sh4: switch to RT signals
tested on sumotsu.debian.net (Debian non-DSA porterbox) note: this unbreaks the build and fixes a regression, but any klibc executable (static or shared) still throws SIGILL on sh4 Signed-off-by: Thorsten Glaser <tg@mirbsd.org> Signed-off-by: maximilian attems <max@stro.at>
-rw-r--r--usr/include/arch/sh/klibc/archconfig.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/include/arch/sh/klibc/archconfig.h b/usr/include/arch/sh/klibc/archconfig.h
index 9c9e3d8d045d9b..923c563502db43 100644
--- a/usr/include/arch/sh/klibc/archconfig.h
+++ b/usr/include/arch/sh/klibc/archconfig.h
@@ -9,6 +9,7 @@
#ifndef _KLIBC_ARCHCONFIG_H
#define _KLIBC_ARCHCONFIG_H
-/* All defaults */
+/* Use rt_* signals */
+#define _KLIBC_USE_RT_SIG 1
#endif /* _KLIBC_ARCHCONFIG_H */