You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2022/10/22 15:34:50 UTC

[incubator-nuttx] branch master updated (19d1e08717 -> 819ebe7356)

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 19d1e08717 tools/ci/docker/linux/Dockerfile: Intall libncurses5-dev in final image
     add 819ebe7356 libc/stdio: Add stdio file locking functions

No new revisions were added by this update.

Summary of changes:
 Documentation/reference/user/10_filesystem.rst     |  3 +
 fs/vfs/fs_fdopen.c                                 |  2 +-
 include/nuttx/fs/fs.h                              |  2 +-
 include/nuttx/lib/lib.h                            | 12 ----
 include/stdio.h                                    |  4 ++
 libs/libc/libc.csv                                 |  3 +
 libs/libc/stdio/Make.defs                          |  2 +-
 libs/libc/stdio/lib_ftello.c                       |  4 +-
 libs/libc/stdio/lib_libfflush.c                    |  6 +-
 .../libc/stdio/lib_libfilelock.c                   | 37 +++++------
 libs/libc/stdio/lib_libfilesem.c                   | 74 ----------------------
 libs/libc/stdio/lib_libfread.c                     |  6 +-
 libs/libc/stdio/lib_libfwrite.c                    |  4 +-
 libs/libc/stdio/lib_libstream.c                    |  8 +--
 libs/libc/stdio/lib_puts.c                         |  4 +-
 libs/libc/stdio/lib_rdflush.c                      |  6 +-
 libs/libc/stdio/lib_rewind.c                       |  6 +-
 libs/libc/stdio/lib_setvbuf.c                      |  6 +-
 libs/libc/stdio/lib_vfprintf.c                     |  4 +-
 libs/libc/stdio/lib_vfscanf.c                      |  4 +-
 20 files changed, 61 insertions(+), 136 deletions(-)
 copy arch/risc-v/src/litex/litex_clockconfig.c => libs/libc/stdio/lib_libfilelock.c (80%)
 delete mode 100644 libs/libc/stdio/lib_libfilesem.c