nuttx-names.in: add feof
When running gcov in sim, nuttx feof is called and causes crash Signed-off-by: yinshengkai <yinshengkai@xiaomi.com>
This commit is contained in:
parent
fee7e0ce81
commit
8abbd3cde5
|
@ -54,6 +54,7 @@ NXSYMBOLS(fchown)
|
||||||
NXSYMBOLS(fclose)
|
NXSYMBOLS(fclose)
|
||||||
NXSYMBOLS(fcntl)
|
NXSYMBOLS(fcntl)
|
||||||
NXSYMBOLS(fdopen)
|
NXSYMBOLS(fdopen)
|
||||||
|
NXSYMBOLS(feof)
|
||||||
NXSYMBOLS(fopen)
|
NXSYMBOLS(fopen)
|
||||||
NXSYMBOLS(fprintf)
|
NXSYMBOLS(fprintf)
|
||||||
NXSYMBOLS(fread)
|
NXSYMBOLS(fread)
|
||||||
|
|
Loading…
Reference in New Issue