syscall/libc: add more syscall/libc symbols into csv file

Signed-off-by: chao an <anchao@xiaomi.com>
This commit is contained in:
chao an
2023-03-21 14:36:42 +08:00
committed by Masayuki Ishikawa
parent 478f2f3d5f
commit 3c58f5db2b
4 changed files with 106 additions and 10 deletions
+5
View File
@@ -286,6 +286,11 @@ FAR void *bsearch(FAR const void *key, FAR const void *base, size_t nel,
FAR const char *getprogname(void);
/* Registers a destructor function to be called by exit() */
int __cxa_atexit(CODE void (*func)(FAR void *), FAR void *arg,
FAR void *dso_handle);
#undef EXTERN
#if defined(__cplusplus)
}