mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
Revert "A workaround for macOS linker"
Unnecessary after "sim: Add -fno-common to KERNEL ARCHCPUFLAGS"
This reverts commit cc90d586c0.
This commit is contained in:
committed by
Xiang Xiao
parent
2984fb9602
commit
342b56ae8b
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user