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 2020/09/19 03:02:26 UTC

[incubator-nuttx] branch master updated (8f52d45 -> 614ac5b)

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 8f52d45  timers/watchdog: configable keep alive interval
     add 614ac5b  libs/libc/unistd: Implement pipe2(2) syscall

No new revisions were added by this update.

Summary of changes:
 drivers/pipes/pipe.c                               |  6 +--
 drivers/serial/pty.c                               |  4 +-
 include/nuttx/drivers/drivers.h                    |  3 +-
 include/unistd.h                                   |  1 +
 libs/libc/unistd/Make.defs                         |  2 +-
 libs/libc/unistd/lib_pipe.c                        | 41 +++++++-------------
 .../lib_pipe2.c}                                   | 45 ++++++++++++----------
 syscall/syscall.csv                                |  2 +-
 8 files changed, 48 insertions(+), 56 deletions(-)
 copy libs/libc/{pthread/pthread_condattr_setclock.c => unistd/lib_pipe2.c} (66%)