tbg.c - plan9port - [fork] Plan 9 from user space
HTML git clone git://src.adamsgaard.dk/plan9port
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
tbg.c (70B)
---
1 #include "threadimpl.h"
2
3 int
4 threadmaybackground(void)
5 {
6 return 0;
7 }