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(fcntl)
|
||||
NXSYMBOLS(fdopen)
|
||||
NXSYMBOLS(feof)
|
||||
NXSYMBOLS(fopen)
|
||||
NXSYMBOLS(fprintf)
|
||||
NXSYMBOLS(fread)
|
||||
|
|
Loading…
Reference in New Issue