mirror of
https://github.com/apache/nuttx.git
synced 2026-05-26 18:56:10 +08:00
syscall/libc: add more syscall/libc symbols into csv file
Signed-off-by: chao an <anchao@xiaomi.com>
This commit is contained in:
committed by
Masayuki Ishikawa
parent
478f2f3d5f
commit
3c58f5db2b
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user