mirror of https://github.com/BOINC/boinc.git
API (Android): fix typo
This commit is contained in:
parent
ee4d0b507c
commit
174c90218c
|
@ -1244,7 +1244,7 @@ static void worker_signal_handler(int) {
|
|||
// Suspicion that per-thread signal masking doesn't work
|
||||
// on old versions of Android
|
||||
//
|
||||
if (pthread_self() == timer_thread_id) {
|
||||
if (pthread_self() == timer_thread_handle) {
|
||||
fprintf(stderr,
|
||||
"ERROR - signal handler called in timer thread\n"
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue