You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by gn...@apache.org on 2020/06/30 19:10:07 UTC

[incubator-nuttx] branch master updated (b938348 -> a102922)

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

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


    from b938348  S32K1XX EEEPROM indentation fix
     add b598ab4  fs: Implement lstat function
     add 0b891d6  vfs: Define symlink as link
     add a102922  libc: Implement realpath

No new revisions were added by this update.

Summary of changes:
 fs/inode/inode.h                |   9 +-
 fs/mount/fs_automount.c         |   2 +-
 fs/vfs/fs_fstat.c               |   2 +-
 fs/vfs/fs_stat.c                |  96 +++++++++-------
 include/nuttx/fs/fs.h           |   4 +-
 include/stdlib.h                |   2 +
 include/sys/stat.h              |   1 +
 include/sys/syscall_lookup.h    |   1 +
 include/unistd.h                |   1 +
 libs/libc/stdlib/Make.defs      |   2 +-
 libs/libc/stdlib/lib_realpath.c | 235 ++++++++++++++++++++++++++++++++++++++++
 syscall/syscall.csv             |   1 +
 12 files changed, 309 insertions(+), 47 deletions(-)
 create mode 100644 libs/libc/stdlib/lib_realpath.c