libc: remove privfree(), simplify privalloc()

This commit is contained in:
cinap_lenrek 2015-09-06 20:43:05 +02:00
parent 431cbe35f6
commit 7562da90e5
3 changed files with 6 additions and 43 deletions

View file

@ -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