mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 09:18:00 +08:00
4067a9f057
From: int mktemp(FAR char *path_template); To: FAR char *mktemp(FAR char *path_template); See the reference here: https://pubs.opengroup.org/onlinepubs/009695399/functions/mktemp.html Signed-off-by: chao.an <anchao@xiaomi.com>