mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-02-06 06:55:07 +00:00
nuttx: Remove fdopendir (#1895)
The newer version of nuttx has implemented fdopendir, and the compiler reports multiple definitions of it.
This commit is contained in:
parent
e696ac36d7
commit
a1786428e6
|
@ -144,10 +144,3 @@ utimensat(int fd, const char *path, const struct timespec ts[2], int flag)
|
|||
}
|
||||
|
||||
#endif /* !defined(AT_FDCWD) */
|
||||
|
||||
DIR *
|
||||
fdopendir(int fd)
|
||||
{
|
||||
errno = ENOSYS;
|
||||
return NULL;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user