mirror of
https://github.com/apache/nuttx.git
synced 2026-05-14 02:58:01 +08:00
893e67745b
Some functions will insert these functions:
void __gcov_execve(void)
{
}
void __gcov_execv(void)
{
}
void __gcov_fork(void)
{
}
Signed-off-by: wangmingrong1 <wangmingrong1@xiaomi.com>