summaryrefslogtreecommitdiff
path: root/sys/include
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2015-09-06 20:43:05 +0200
committercinap_lenrek <cinap_lenrek@felloff.net>2015-09-06 20:43:05 +0200
commit7562da90e562e65156042574e088d4359a8fccba (patch)
treeaf8a1982ff6034d0f76ce4a4d049962602da8603 /sys/include
parent431cbe35f6a3f9c0c74d11937dfa7e06da34ecde (diff)
libc: remove privfree(), simplify privalloc()
Diffstat (limited to 'sys/include')
-rw-r--r--sys/include/libc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/include/libc.h b/sys/include/libc.h
index ba18303a3..bd273d8b8 100644
--- a/sys/include/libc.h
+++ b/sys/include/libc.h
@@ -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