libc: remove privfree(), simplify privalloc()
This commit is contained in:
parent
431cbe35f6
commit
7562da90e5
3 changed files with 6 additions and 43 deletions
|
@ -474,7 +474,6 @@ extern void rsleep(Rendez*); /* unlocks r->l, sleeps, locks r->l again */
|
|||
extern int rwakeup(Rendez*);
|
||||
extern int rwakeupall(Rendez*);
|
||||
extern void** privalloc(void);
|
||||
extern void privfree(void**);
|
||||
|
||||
/*
|
||||
* network dialing
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue