This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git


    from c48feac0e9 arch: cxd56xx: gnss: Fix compile error
     new aa67e0a0f4 inode_stat: handle INODE_IS_PSEUDODIR case
     new 4eee9af668 file_vopen: Retry as a directory in case of EISDIR
     new f100a4bb92 Implement fdopendir

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 fs/vfs/fs_open.c                                   |  5 +++
 fs/vfs/fs_stat.c                                   |  4 +-
 include/dirent.h                                   |  1 +
 libs/libc/dirent/Make.defs                         |  3 +-
 .../libc/dirent/{lib_readdir.c => lib_fdopendir.c} | 48 ++++++++++++++--------
 5 files changed, 40 insertions(+), 21 deletions(-)
 copy libs/libc/dirent/{lib_readdir.c => lib_fdopendir.c} (70%)

Reply via email to