libs/libc/libc.csv: Add _assert

This commit is contained in:
YAMAMOTO Takashi
2022-01-27 15:08:58 +09:00
committed by Xiang Xiao
parent 26b077080b
commit c46bae4a4f
+1
View File
@@ -1,5 +1,6 @@
"__errno","errno.h","defined(CONFIG_BUILD_FLAT)","FAR int *"
"__stack_chk_fail","ssp/ssp.h","defined(CONFIG_STACK_CANARIES)","void","void"
"_assert","assert.h","","void","FAR const char *","int"
"_alert","debug.h","!defined(CONFIG_CPP_HAVE_VARARGS) && defined(CONFIG_DEBUG_ERROR)","void","FAR const char *","..."
"_err","debug.h","!defined(CONFIG_CPP_HAVE_VARARGS) && defined(CONFIG_DEBUG_ERROR)","void","FAR const char *","..."
"_info","debug.h","!defined(CONFIG_CPP_HAVE_VARARGS) && defined(CONFIG_DEBUG_INFO)","void","FAR const char *","..."
1 __errno errno.h defined(CONFIG_BUILD_FLAT) FAR int *
2 __stack_chk_fail ssp/ssp.h defined(CONFIG_STACK_CANARIES) void
3 _assert assert.h void
4 _alert debug.h !defined(CONFIG_CPP_HAVE_VARARGS) && defined(CONFIG_DEBUG_ERROR) void
5 _err debug.h !defined(CONFIG_CPP_HAVE_VARARGS) && defined(CONFIG_DEBUG_ERROR) void
6 _info debug.h !defined(CONFIG_CPP_HAVE_VARARGS) && defined(CONFIG_DEBUG_INFO) void