зеркало из https://github.com/mozilla/gecko-dev.git
md/_pth.h should be included after pthread.h.
This commit is contained in:
Родитель
6ff885142e
Коммит
435a195934
|
@ -66,8 +66,8 @@ static int _debug_on = 0;
|
|||
#define DPRINTF(arg) if (_debug_on) PR_fprintf arg
|
||||
|
||||
#if defined(_PR_PTHREADS) && !defined(_PR_DCETHREADS)
|
||||
#include "md/_pth.h"
|
||||
#include <pthread.h>
|
||||
#include "md/_pth.h"
|
||||
static void *pthread_start(void *arg)
|
||||
{
|
||||
StartFn start = ((StartObject*)arg)->start;
|
||||
|
|
Загрузка…
Ссылка в новой задаче