Skip to content

Commit 348aefb

Browse files
committed
rda8910:fix symbol redefined error for strtok_r
Signed-off-by: Ajay Bhargav <[email protected]>
1 parent b8270a5 commit 348aefb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/rda8910/app_flashimg.ld

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ strtoll = _strtoll;
5656
strtoul = _strtoul;
5757
strtoull = _strtoll;
5858
strtok_r = _strtok_r;
59+
__strtok_r = ___strtok_r;
5960
_strtol_r = __strtol_r;
6061
_strtoll_r = __strtoll_r;
6162
_strtoul_r = __strtoul_r;

0 commit comments

Comments
 (0)