add network routines
This commit is contained in:
parent
d1b4cfde55
commit
a3ad5254ee
@ -118,6 +118,10 @@ int threadsetgrp(int); /* set thread group, return old */
|
|||||||
void threadsetname(char *fmt, ...);
|
void threadsetname(char *fmt, ...);
|
||||||
void threadsleep(int);
|
void threadsleep(int);
|
||||||
Channel* threadwaitchan(void);
|
Channel* threadwaitchan(void);
|
||||||
|
int threadannounce(char*, char*);
|
||||||
|
int threadlisten(char*, char*);
|
||||||
|
int threadaccept(int, char*);
|
||||||
|
|
||||||
int tprivalloc(void);
|
int tprivalloc(void);
|
||||||
void tprivfree(int);
|
void tprivfree(int);
|
||||||
void **tprivaddr(int);
|
void **tprivaddr(int);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user