|
@@ -34,6 +34,13 @@ static int current_rtmax = -1;
|
|
|
#else
|
|
|
# ifdef __UCLIBC_HAS_THREADS_NATIVE__
|
|
|
static int current_rtmin = __SIGRTMIN + 2;
|
|
|
+# elif defined __UCLIBC_HAS_THREADS__ && !defined __LINUXTHREADS_OLD__
|
|
|
+
|
|
|
+
|
|
|
+# if !defined __SIGRTMIN || (__SIGRTMAX - __SIGRTMIN) < 3
|
|
|
+# error "This must not happen"
|
|
|
+# endif
|
|
|
+static int current_rtmin = __SIGRTMIN + 3;
|
|
|
# else
|
|
|
static int current_rtmin = __SIGRTMIN;
|
|
|
# endif
|