mirror of
https://review.haiku-os.org/haiku
synced 2025-02-01 03:06:08 +01:00
Removed the kmalloc(), kfree(), and kstrdup() prototypes.
You now need to include malloc.h (or stdlib.h) and use malloc(), free(), and strdup(). git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1772 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
c1983bad48
commit
f2e04b5fa6
@ -14,8 +14,5 @@
|
||||
|
||||
int heap_init(addr new_heap_base);
|
||||
int heap_init_postsem(kernel_args *ka);
|
||||
void *kmalloc(unsigned int size);
|
||||
void kfree(void *address);
|
||||
char *kstrdup(const char*text);
|
||||
|
||||
#endif /* _KERNEL_MEMHEAP_H */
|
||||
#endif /* _KERNEL_MEMHEAP_H */
|
||||
|
Loading…
x
Reference in New Issue
Block a user