Fixup for bug 771103. r=bgirard

This commit is contained in:
Mike Hommey 2012-07-11 17:28:04 +02:00
Родитель ad1fa9fabe
Коммит e635e916a5
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -262,6 +262,7 @@ void Sampler::Stop() {
sActiveSampler = NULL;
}
#ifdef ANDROID
static struct sigaction old_sigstart_signal_handler;
const int SIGSTART = SIGUSR1;
@ -281,4 +282,4 @@ void OS::RegisterStartHandler()
LOG("Error installing signal");
}
}
#endif