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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user