Skip to content

Commit bc4fc8c

Browse files
facchinmsoburi
authored andcommitted
c33: fix missing std:: functionality at link time
1 parent 7584172 commit bc4fc8c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cores/arduino/abi.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,5 @@ extern "C" int strcmp(const char* s1, const char* s2) {
3131
}
3232
return *(const unsigned char*)s1 - *(const unsigned char*)s2;
3333
}
34+
35+
extern "C" void* __dso_handle = (void*) &__dso_handle;

0 commit comments

Comments
 (0)