diff options
author | Alexey 'alexxy' Shvetsov <alexxyum@gmail.com> | 2020-05-15 23:26:08 +0300 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2021-11-17 13:58:07 +1100 |
commit | 5cf71b55960651fc506df0ac41490f12dd1d63fd (patch) | |
tree | 9633dddfe48446c66c53a94e6c1ab9e1e0ef146a /extmod/uasyncio/funcs.py | |
parent | d11ff0499fe52cfc9443aa6c0cb1620fd3dd1e70 (diff) | |
download | micropython-5cf71b55960651fc506df0ac41490f12dd1d63fd.tar.gz micropython-5cf71b55960651fc506df0ac41490f12dd1d63fd.zip |
shared/libc/string0: Don't include string.h, and provide __memcpy_chk.
Some toolchains will have string.h defining various macros which can lead
to compile errors for string function implementations. Not including
string.h fixes this.
An implementation of __memcpy_chk is provided for toolchains that enable
_FORTIFY_SOURCE.
Fixes issue #6046.
Signed-off-by: Alexey 'alexxy' Shvetsov <alexxyum@gmail.com>
Diffstat (limited to 'extmod/uasyncio/funcs.py')
0 files changed, 0 insertions, 0 deletions