You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ar...@apache.org on 2021/01/08 03:03:25 UTC

[incubator-nuttx] branch master updated (86fab49 -> a24ff44)

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

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


    from 86fab49  fs: Fix the race condition in file_dup
     add 4d4cba4  Move the declaration of nx_mkfifo/nx_pipe to nuttx/fs/fs.h
     add a24ff44  fs: Add file_pipe function

No new revisions were added by this update.

Summary of changes:
 drivers/pipes/fifo.c            |   1 -
 drivers/pipes/pipe.c            | 144 ++++++++++++++++++++++++++++------------
 drivers/serial/pty.c            |  91 ++++---------------------
 include/nuttx/drivers/drivers.h |  66 ------------------
 include/nuttx/fs/fs.h           |  67 +++++++++++++++++++
 libs/libc/misc/lib_mkfifo.c     |   2 +-
 libs/libc/unistd/lib_pipe.c     |   2 +-
 libs/libc/unistd/lib_pipe2.c    |   2 +-
 syscall/syscall.csv             |   4 +-
 9 files changed, 186 insertions(+), 193 deletions(-)