plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

bg.c (70B)


      1 #include "threadimpl.h"
      2 
      3 int
      4 threadmaybackground(void)
      5 {
      6 	return 0;
      7 }