Skip to content

Commit a178642

Browse files
authored
nuttx: Remove fdopendir (#1895)
The newer version of nuttx has implemented fdopendir, and the compiler reports multiple definitions of it.
1 parent e696ac3 commit a178642

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

core/shared/platform/nuttx/nuttx_platform.c

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -144,10 +144,3 @@ utimensat(int fd, const char *path, const struct timespec ts[2], int flag)
144144
}
145145

146146
#endif /* !defined(AT_FDCWD) */
147-
148-
DIR *
149-
fdopendir(int fd)
150-
{
151-
errno = ENOSYS;
152-
return NULL;
153-
}

0 commit comments

Comments
 (0)