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 2022/11/24 17:46:38 UTC

[incubator-nuttx] branch master updated (90c641d4c1 -> 5fd1379d3f)

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 90c641d4c1 libc/streams: Add lib_[si]gets_t callback
     add 5fd1379d3f syslog: Move syslog stream to libc like other stream implementation

No new revisions were added by this update.

Summary of changes:
 drivers/syslog/Make.defs                           |   4 +-
 drivers/syslog/syslog.h                            | 113 ---------------------
 drivers/syslog/vsyslog.c                           |   9 +-
 include/nuttx/streams.h                            |  54 ++++++++++
 include/nuttx/syslog/syslog.h                      |  54 ++++++++++
 libs/libc/stream/Make.defs                         |   1 +
 .../libc/stream/lib_syslogstream.c                 |  17 ++--
 7 files changed, 122 insertions(+), 130 deletions(-)
 rename drivers/syslog/syslog_stream.c => libs/libc/stream/lib_syslogstream.c (95%)