mirror of
https://github.com/apache/nuttx.git
synced 2026-05-15 13:16:28 +08:00
e0f4a76d6c
The exit condition below does not work:
if (ret < 0)
{
set_errno(-ret);
return ERROR;
}
else
{
return count;
}