mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 23:40:19 +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
@@ -56,7 +56,7 @@
|
|||||||
* protection to simply disable pre-emption when accessing this list.
|
* 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
|
* Private Functions
|
||||||
|
|||||||
@@ -64,5 +64,5 @@
|
|||||||
#else
|
#else
|
||||||
/* Otherwise, the user heap data structures are in common .bss */
|
/* Otherwise, the user heap data structures are in common .bss */
|
||||||
|
|
||||||
struct mm_heap_s g_mmheap = {};
|
struct mm_heap_s g_mmheap;
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user