diff --git a/libs/libc/libc.csv b/libs/libc/libc.csv index 59fcf6bc045..30761a8e953 100644 --- a/libs/libc/libc.csv +++ b/libs/libc/libc.csv @@ -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 *","..."