mirror of
https://github.com/apache/nuttx.git
synced 2026-02-06 21:03:15 +08:00
Mark __stack_chk_guard and __stack_chk_fail as weak symbols to prevent linker conflicts when multiple definitions of these stack protection symbols exist across different compilation units. Signed-off-by: hujun5 <hujun5@xiaomi.com>