index
:
plan9port.git
master
This is a port of many Plan 9 libraries and programs to Unix. [forked]
nobody
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; }