mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +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>