Skip to content

Conversation

c1728p9
Copy link
Contributor

@c1728p9 c1728p9 commented Jun 13, 2016

The malloc lock functions were not declared as extern "C" so they
are not getting linked to the standard library. Add extern "C" to
fix this.

This bug was introduced in the commit:
d0b7b3b -
Fix duplicate symbols for malloc lock and unlock

The malloc lock functions were not declared as extern "C" so they
are not getting linked to the standard library.  Add extern "C" to
fix this.

This bug was introduced in the commit:
d0b7b3b -
Fix duplicate symbols for malloc lock and unlock
@0xc0170
Copy link
Contributor

0xc0170 commented Jun 13, 2016

LGTM

@0xc0170 0xc0170 merged commit 89c1bef into ARMmbed:master Jun 13, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants