mirror of
https://github.com/apache/nuttx.git
synced 2026-06-08 10:06:38 +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>