mirror of
https://github.com/apache/nuttx.git
synced 2026-05-21 21:34:07 +08:00
syscall/names: export the syscall name in STUB module
Signed-off-by: chao.an <anchao@xiaomi.com>
This commit is contained in:
committed by
Petro Karashchenko
parent
d398ffb930
commit
ea42981cc6
@@ -89,16 +89,12 @@ EXTERN const uintptr_t g_stublookup[SYS_nsyscalls];
|
||||
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_SCHED_INSTRUMENTATION_SYSCALL
|
||||
|
||||
/* Given the system call number, the corresponding entry in this table
|
||||
* provides the name of the function.
|
||||
*/
|
||||
|
||||
EXTERN const char *g_funcnames[SYS_nsyscalls];
|
||||
|
||||
#endif
|
||||
|
||||
/****************************************************************************
|
||||
* Public Function Prototypes
|
||||
****************************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user