Browse Source

Plan 9 from Bell Labs 2011-01-05

David du Colombier 13 years ago
parent
commit
f149faf0b0
1 changed files with 3 additions and 6 deletions
  1. 3 6
      sys/src/9/kw/fns.h

+ 3 - 6
sys/src/9/kw/fns.h

@@ -75,12 +75,6 @@ extern void sysretfmt(int syscallno, va_list list, long ret, uvlong start, uvlon
 extern int tas(void *);
 extern u32int ttbget(void);
 extern void ttbput(u32int);
-extern void* ucalloc(usize);
-extern Block* ucallocb(int);
-extern void* ucallocalign(usize size, int align, int span);
-extern void ucfree(void*);
-extern void ucfreeb(Block*);
-extern Block* uciallocb(int);
 
 Dev*		devtabget(int, int);
 void		devtabinit(void);
@@ -126,7 +120,10 @@ uintptr mmukunmap(uintptr, uintptr, usize);
 extern void* mmuuncache(void*, usize);
 extern void* ucalloc(usize);
 extern void* ucallocalign(usize size, int align, int span);
+extern Block* ucallocb(int);
 extern void ucfree(void*);
+extern void ucfreeb(Block*);
+extern Block* uciallocb(int);
 
 /*
  * Things called from port.