mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 17:33:08 +08:00
Syscalls: Remove modsym() syscall. There is no reason why appication code could ever use symbolic information from a symbol within a kernel module. The modsym() interface is only meaningful within the kernel.
This commit is contained in:
@@ -182,9 +182,8 @@
|
||||
#ifdef CONFIG_MODULE
|
||||
# define SYS_insmod __SYS_insmod
|
||||
# define SYS_rmmod (__SYS_insmod+1)
|
||||
# define SYS_modsym (__SYS_insmod+2)
|
||||
# define SYS_modhandle (__SYS_insmod+3)
|
||||
# define __SYS_posix_spawn (__SYS_insmod+4)
|
||||
# define SYS_modhandle (__SYS_insmod+2)
|
||||
# define __SYS_posix_spawn (__SYS_insmod+3)
|
||||
#else
|
||||
# define __SYS_posix_spawn __SYS_insmod
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user