You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ya...@apache.org on 2020/06/29 05:26:29 UTC

[incubator-nuttx] branch master updated (095e492 -> 676a2b7)

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

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


    from 095e492  libc: Replace nuttx/lib/math.h with math.h
     add 676a2b7  stdio.h: Implement fseeko and ftello function

No new revisions were added by this update.

Summary of changes:
 include/stdio.h                                          |  2 ++
 libs/libc/stdio/Make.defs                                |  2 +-
 .../include/inttypes.h => libs/libc/stdio/lib_fseeko.c   | 16 +++++++---------
 .../include/inttypes.h => libs/libc/stdio/lib_ftello.c   | 16 +++++++---------
 4 files changed, 17 insertions(+), 19 deletions(-)
 copy arch/x86_64/include/inttypes.h => libs/libc/stdio/lib_fseeko.c (83%)
 copy arch/x86_64/include/inttypes.h => libs/libc/stdio/lib_ftello.c (83%)