提交 8989013d 编写于 作者: A Anton Perkov

__dso_handle, CMake change for time functions

上级 e99cef97
......@@ -480,6 +480,8 @@ namespace eosio {
extern "C" {
void* __dso_handle = 0;
void* malloc(size_t size)
{
return eosio::memory_heap.malloc(size);
......
......@@ -9,7 +9,7 @@ file(GLOB SEARCH_SOURCES "search/*.c")
file(GLOB STDIO_SOURCES "stdio/*.c")
file(GLOB STDLIB_SOURCES "stdlib/*.c")
file(GLOB STRING_SOURCES "string/*.c")
#file(GLOB TIME_SOURCES "time/*.c")
file(GLOB TIME_SOURCES "time/*.c")
file(GLOB THREAD_SOURCES "thread/*.c") #only for __lock __unlock
file(GLOB INTERNAL_SOURCES internal/intscan.c internal/shgetc.c internal/libc.c)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册