mirror of
https://github.com/apache/nuttx.git
synced 2026-05-12 17:58:10 +08:00
006afeb21f
fix the problem that stat fails to use the relative path
An error will be reported if used in the following way:
stat("//./bin", &st);
Signed-off-by: yinshengkai <yinshengkai@xiaomi.com>