Skip to content

Fix GCC malloc lock #1916

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 13, 2016
Merged

Fix GCC malloc lock #1916

merged 1 commit into from
Jun 13, 2016

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