index
:
emorgan/plan9port.git
master
Plan9 port with some modifications
Ethan Morgan
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libthread
/
bg.c
blob: 2edbc0e48d4ae6f8009692de502874e09722b7c2 (
plain
)
1
2
3
4
5
6
7
#include
"threadimpl.h"
int
threadmaybackground
(
void
)
{
return
0
;
}