mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
9term: add threadmaybackground
This commit is contained in:
parent
f23783cbb1
commit
dbc153f51e
1 changed files with 6 additions and 0 deletions
|
@ -47,6 +47,12 @@ usage(void)
|
|||
threadexitsall("usage");
|
||||
}
|
||||
|
||||
int
|
||||
threadmaybackground(void)
|
||||
{
|
||||
return 1;
|
||||
}
|
||||
|
||||
void
|
||||
threadmain(int argc, char *argv[])
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue