Eric Andersen 23 лет назад
Родитель
Сommit
e83faee37d
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      libc/stdlib/atexit.c

+ 2 - 0
libc/stdlib/atexit.c

@@ -168,7 +168,9 @@ void __exit_handler(int status)
 #ifdef L_exit
 #ifdef L_exit
 extern void weak_function _stdio_term(void);
 extern void weak_function _stdio_term(void);
 void (*__exit_cleanup) (int) = 0;
 void (*__exit_cleanup) (int) = 0;
+#ifdef __UCLIBC_HAS_THREADS__
 pthread_mutex_t mylock = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP;
 pthread_mutex_t mylock = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP;
+#endif
 
 
 /*
 /*
  * Normal program termination
  * Normal program termination