9term: add threadmaybackground

This commit is contained in:
Russ Cox 2020-12-30 10:40:25 -05:00
parent f23783cbb1
commit dbc153f51e

View file

@ -47,6 +47,12 @@ usage(void)
threadexitsall("usage");
}
int
threadmaybackground(void)
{
return 1;
}
void
threadmain(int argc, char *argv[])
{