start linux pre-2.6 port

This commit is contained in:
rsc 2004-12-27 16:52:26 +00:00
parent fd46554030
commit 4dbefdd41c
5 changed files with 122 additions and 79 deletions

View file

@ -77,4 +77,5 @@ threadmain(int argc, char **argv)
c = chancreate(sizeof(ulong), nbuf);
mk(countthread, c, STACK);
mk(filterthread, c, STACK);
recvp(chancreate(sizeof(void*), 0));
}