mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 01:05:54 +08:00
libs/libc/libc.csv: Add __stack_chk_fail
This commit is contained in:
committed by
Xiang Xiao
parent
79b608ab19
commit
26b077080b
@@ -1,4 +1,5 @@
|
||||
"__errno","errno.h","defined(CONFIG_BUILD_FLAT)","FAR int *"
|
||||
"__stack_chk_fail","ssp/ssp.h","defined(CONFIG_STACK_CANARIES)","void","void"
|
||||
"_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 *","..."
|
||||
|
||||
|
Reference in New Issue
Block a user