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

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


    from 391ccdc  local_socket: recv should return 0 NOT -ECONNRESET if remote 
closed
     new ad2f828  libc/misc: Add lib_ prefix to stream_semtake and tream_semgive
     new aa9c17e  libc: Move lib_filesem.c and lib_stream.c to libc/stdio

The 2 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:
 libs/libc/libc.h                                   |  4 +-
 libs/libc/misc/Make.defs                           | 12 +----
 libs/libc/misc/lib_streamsem.c                     | 61 ----------------------
 libs/libc/stdio/Make.defs                          |  9 +---
 libs/libc/stdio/lib_fclose.c                       |  4 +-
 .../{misc/lib_filesem.c => stdio/lib_libfilesem.c} |  2 +-
 libs/libc/stdio/lib_libflushall.c                  |  4 +-
 .../{misc/lib_stream.c => stdio/lib_libstream.c}   | 28 ++++++++--
 8 files changed, 33 insertions(+), 91 deletions(-)
 delete mode 100644 libs/libc/misc/lib_streamsem.c
 rename libs/libc/{misc/lib_filesem.c => stdio/lib_libfilesem.c} (99%)
 rename libs/libc/{misc/lib_stream.c => stdio/lib_libstream.c} (90%)

Reply via email to