Skip to content
Snippets Groups Projects
Commit 77fa4678 authored by Basile Desloges's avatar Basile Desloges
Browse files

[eacsl:runtime] Remove unused extern definition

parent d3a6265c
No related branches found
No related tags found
No related merge requests found
......@@ -367,8 +367,6 @@ void mark_readonly_region (uintptr_t addr, long size);
/* }}} */
/* Heap allocation {{{ (malloc/calloc) */
extern int MSPACES_INIT;
/** \brief Return shadowed copy of a memory chunk on a program's heap using.
* If `init` parameter is set to a non-zero value the memory occupied by the
* resulting block is set to be initialized and uninitialized otherwise. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment