X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=direct%2Fyaffscfg.c;h=b1d311e56937b0ba62a4468b6f699b8ad75cac42;hb=b01cbe54d4bb2d6c64c94ab987884bb1e117b36b;hp=93bb1937d76a9ef0f96ccbf70dc61ba3385fc0f4;hpb=170ea32c52fd2d9b7cbda9b169ad44038b1d15cf;p=yaffs2.git diff --git a/direct/yaffscfg.c b/direct/yaffscfg.c index 93bb193..b1d311e 100644 --- a/direct/yaffscfg.c +++ b/direct/yaffscfg.c @@ -9,7 +9,6 @@ * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. - * */ /* @@ -45,6 +44,16 @@ __u32 yaffsfs_CurrentTime(void) return 0; } +void *yaffs_malloc(size_t size) +{ + return malloc(size); +} + +void yaffs_free(void *ptr) +{ + free(ptr); +} + void yaffsfs_LocalInitialisation(void) { // Define locking semaphore.