mirror of
https://github.com/apache/nuttx.git
synced 2026-05-21 04:52:02 +08:00
gcov: fix link undefined error
undefined reference to `__gcov_execle' Signed-off-by: buxiasen <buxiasen@xiaomi.com>
This commit is contained in:
@@ -464,6 +464,10 @@ void __gcov_execv(void)
|
||||
{
|
||||
}
|
||||
|
||||
void __gcov_execle(void)
|
||||
{
|
||||
}
|
||||
|
||||
pid_t __gcov_fork(void)
|
||||
{
|
||||
return fork();
|
||||
|
||||
Reference in New Issue
Block a user