aboutsummaryrefslogtreecommitdiff
path: root/src/libthread/bg.c
blob: 2edbc0e48d4ae6f8009692de502874e09722b7c2 (plain)
1
2
3
4
5
6
7
#include "threadimpl.h"

int
threadmaybackground(void)
{
	return 0;
}