Renamed heap_init_postsem() to ..._post_sem(). Added prototype for heap_init_post_thread().
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9456 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
95e3a7215d
commit
2797f8cf8a
@ -20,7 +20,8 @@ extern "C" {
|
||||
void *memalign(size_t alignment, size_t size);
|
||||
|
||||
status_t heap_init(addr_t heapBase);
|
||||
status_t heap_init_postsem(struct kernel_args *args);
|
||||
status_t heap_init_post_sem(struct kernel_args *args);
|
||||
status_t heap_init_post_thread(struct kernel_args *args);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user