Revert "A workaround for macOS linker"
Unnecessary after "sim: Add -fno-common to KERNEL ARCHCPUFLAGS"
This reverts commit cc90d586c0
.
This commit is contained in:
parent
2984fb9602
commit
342b56ae8b
2 changed files with 2 additions and 2 deletions
|
@ -56,7 +56,7 @@
|
|||
* protection to simply disable pre-emption when accessing this list.
|
||||
*/
|
||||
|
||||
FAR struct binfmt_s *g_binfmts = NULL;
|
||||
FAR struct binfmt_s *g_binfmts;
|
||||
|
||||
/****************************************************************************
|
||||
* Private Functions
|
||||
|
|
|
@ -64,5 +64,5 @@
|
|||
#else
|
||||
/* Otherwise, the user heap data structures are in common .bss */
|
||||
|
||||
struct mm_heap_s g_mmheap = {};
|
||||
struct mm_heap_s g_mmheap;
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue