|
@@ -337,6 +337,9 @@ PDEBUG("block mask = %x\n", mask);
|
|
|
|
|
|
before pthread_exit_process. */
|
|
before pthread_exit_process. */
|
|
on_exit(pthread_exit_process, NULL);
|
|
on_exit(pthread_exit_process, NULL);
|
|
|
|
+#ifdef __NR_rt_sigaction
|
|
|
|
+ __pthread_init_condvar(1);
|
|
|
|
+#endif
|
|
}
|
|
}
|
|
|
|
|
|
void __pthread_initialize(void)
|
|
void __pthread_initialize(void)
|