You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by gu...@apache.org on 2021/07/09 18:51:35 UTC

[incubator-nuttx] branch master updated (643ee82 -> 76cd9c8)

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

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


    from 643ee82  fs: pseudorename should call inode_release in the error path
     add bae2652  libc: Move the declaration of futimens from sys/time.h to sys/stat.h
     add 800acff  libc: Implement utime on top of utimes
     add 76cd9c8  libc: Implement futimes on top of futimens

No new revisions were added by this update.

Summary of changes:
 include/sys/stat.h                                 |  1 +
 include/sys/time.h                                 | 69 ++++++++--------------
 .../cxd56xx/cxd56_geofence.h => include/utime.h    | 44 ++++++++------
 libs/libc/unistd/Make.defs                         |  2 +-
 libs/libc/unistd/lib_futimens.c                    | 21 ++++++-
 libs/libc/unistd/lib_futimes.c                     | 19 ++++--
 libs/libc/unistd/{lib_futimens.c => lib_utime.c}   | 23 +++++---
 7 files changed, 103 insertions(+), 76 deletions(-)
 copy arch/arm/src/cxd56xx/cxd56_geofence.h => include/utime.h (68%)
 copy libs/libc/unistd/{lib_futimens.c => lib_utime.c} (78%)