summaryrefslogtreecommitdiff
path: root/t/helper/test-online-cpus.c
blob: 06c09c6b886f843b2d3c6fdb8e00730afc7fe40b (plain)
1
2
3
4
5
6
7
8
#include "git-compat-util.h"
#include "thread-utils.h"

int cmd_main(int argc, const char **argv)
{
	printf("%d\n", online_cpus());
	return 0;
}