summaryrefslogtreecommitdiff
path: root/rts/wasm/OSThreads.c
blob: 10e4de9731bb0301813d28c942bbdf5c13ef7ee2 (plain)
1
2
3
4
5
6
7
8
9
#include "rts/PosixSource.h"
#include "ghcconfig.h"
#include "Rts.h"

uint32_t
getNumberOfProcessors (void)
{
    return 1;
}