POSIX now uses libmem/malloc instead of the built-in one.

(cherry picked from commit 48adbffa6514755385af842f1fe8ca5068229eea)
This commit is contained in:
Bora Sahin
2009-10-22 16:31:15 +03:00
committed by Bahadir Balban
parent 2c53feedb1
commit 38cf7bc175
20 changed files with 21 additions and 21 deletions

View File

@@ -4,7 +4,7 @@
* Copyright (C) 2007 Bahadir Balban
*/
#include <lib/idpool.h>
#include <lib/malloc.h>
#include <malloc/malloc.h>
#include <l4/macros.h>
#include INC_GLUE(memory.h)
#include <stdio.h>