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 0826b82 libs/libc/time: add stub for futimes/ns(2)
new 7816b5e include/stdlib: alignment function definitions
new 4067a9f libs/libc/stdio: correct the prototype of mktemp(3)
new 216c33a libs/libc/stdlib: Implement mkdtemp(3) syscall
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
include/stdlib.h | 37 ++--
libs/libc/stdio/lib_tempnam.c | 17 +-
libs/libc/stdio/lib_tmpnam.c | 6 +-
libs/libc/stdlib/Make.defs | 2 +-
libs/libc/stdlib/{lib_mktemp.c => lib_mkdtemp.c} | 45 +++--
libs/libc/stdlib/lib_mkstemp.c | 213 +---------------------
libs/libc/stdlib/lib_mktemp.c | 215 ++++++++++++++++++++++-
7 files changed, 280 insertions(+), 255 deletions(-)
copy libs/libc/stdlib/{lib_mktemp.c => lib_mkdtemp.c} (57%)