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/nuttx.git


    from 0c9203b48e v9fs/CMakeLists.txt:Fix the problem that virtio-9p is not 
compiled properly in cmake
     add 2cf26036a5 Use lib_get_pathbuffer instead of stack variables
     add 50e89a54cb fix compile warning
     add 2b190de9d1 lib_pathbuffer:change ffs to ffsl

No new revisions were added by this update.

Summary of changes:
 arch/risc-v/src/common/espressif/esp_timer.c |  13 ++-
 drivers/input/aw86225.c                      |  12 ++-
 drivers/mtd/dhara.c                          |  16 +++-
 drivers/sensors/gnss_uorb.c                  |  21 ++++-
 drivers/sensors/sensor.c                     |  25 +++++-
 fs/inode/fs_files.c                          |  11 ++-
 fs/mount/fs_automount.c                      |  19 ++++-
 fs/partition/fs_partition.c                  |  12 ++-
 fs/procfs/fs_procfsproc.c                    |  11 ++-
 fs/rpmsgfs/rpmsgfs.c                         | 114 ++++++++++++++++++++++-----
 fs/v9fs/client.c                             |  18 +++--
 fs/vfs/fs_dir.c                              |  15 +++-
 libs/libc/locale/lib_catalog.c               |  15 +++-
 libs/libc/locale/lib_gettext.c               |  11 ++-
 libs/libc/misc/lib_fchmodat.c                |  21 ++++-
 libs/libc/misc/lib_fstatat.c                 |  21 ++++-
 libs/libc/misc/lib_ftok.c                    |  13 ++-
 libs/libc/misc/lib_glob.c                    |  10 ++-
 libs/libc/misc/lib_memfd.c                   |  13 ++-
 libs/libc/misc/lib_mkdirat.c                 |  16 +++-
 libs/libc/misc/lib_mkfifo.c                  |  16 +++-
 libs/libc/misc/lib_mknod.c                   |  16 +++-
 libs/libc/misc/lib_openat.c                  |  16 +++-
 libs/libc/misc/lib_pathbuffer.c              |   6 +-
 libs/libc/misc/lib_utimensat.c               |  21 ++++-
 libs/libc/stdio/lib_renameat.c               |  30 +++++--
 libs/libc/unistd/lib_access.c                |  16 +++-
 libs/libc/unistd/lib_fchdir.c                |  16 +++-
 libs/libc/unistd/lib_fchownat.c              |  21 ++++-
 libs/libc/unistd/lib_linkat.c                |  30 +++++--
 libs/libc/unistd/lib_readlinkat.c            |  16 +++-
 libs/libc/unistd/lib_symlinkat.c             |  16 +++-
 libs/libc/unistd/lib_unlinkat.c              |  21 ++++-
 libs/libc/unistd/lib_utimes.c                |  16 +++-
 34 files changed, 550 insertions(+), 114 deletions(-)

Reply via email to