You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ac...@apache.org on 2021/07/21 16:12:02 UTC

[incubator-nuttx] branch master updated (25b7bdf -> af1dceb)

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

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


    from 25b7bdf  libs/libxx/libcxx.defs: Fix build error on Windows platform
     add df0e2a6  libc/sysconf: Implement the query of _SC_CLK_TCK
     add af1dceb  libc: Implement times function

No new revisions were added by this update.

Summary of changes:
 include/{utime.h => sys/times.h}                   | 52 +++++++++++-----------
 libs/libc/unistd/Make.defs                         |  2 +-
 libs/libc/unistd/lib_sysconf.c                     |  3 ++
 .../{stdio/lib_fsetpos.c => unistd/lib_times.c}    | 40 ++++++++---------
 4 files changed, 48 insertions(+), 49 deletions(-)
 copy include/{utime.h => sys/times.h} (64%)
 copy libs/libc/{stdio/lib_fsetpos.c => unistd/lib_times.c} (66%)