libs/libc/libc.csv: Add truncate

This commit is contained in:
YAMAMOTO Takashi
2022-01-27 19:17:29 +09:00
committed by Xiang Xiao
parent 182575d240
commit 82fdba5258

View File

@@ -256,6 +256,7 @@
"time","time.h","","time_t","FAR time_t *"
"towlower","wchar.h","defined(CONFIG_LIBC_WCHAR)","wint_t","wint_t"
"towupper","wchar.h","defined(CONFIG_LIBC_WCHAR)","wint_t","wint_t"
"truncate","unistd.h","!defined(CONFIG_DISABLE_MOUNTPOINT)","FAR const char *","off_t"
"ub16divub16","fixedmath.h","!defined(CONFIG_HAVE_LONG_LONG)","ub16_t","ub16_t","ub16_t"
"ub16mulub16","fixedmath.h","!defined(CONFIG_HAVE_LONG_LONG)","ub16_t","ub16_t","ub16_t"
"ub16sqr","fixedmath.h","!defined(CONFIG_HAVE_LONG_LONG)","ub16_t","ub16_t"
1 __errno errno.h defined(CONFIG_BUILD_FLAT) FAR int *
256 time time.h time_t
257 towlower wchar.h defined(CONFIG_LIBC_WCHAR) wint_t
258 towupper wchar.h defined(CONFIG_LIBC_WCHAR) wint_t
259 truncate unistd.h !defined(CONFIG_DISABLE_MOUNTPOINT) FAR const char *
260 ub16divub16 fixedmath.h !defined(CONFIG_HAVE_LONG_LONG) ub16_t
261 ub16mulub16 fixedmath.h !defined(CONFIG_HAVE_LONG_LONG) ub16_t
262 ub16sqr fixedmath.h !defined(CONFIG_HAVE_LONG_LONG) ub16_t