mirror of
https://github.com/apache/nuttx.git
synced 2026-05-25 01:39:44 +08:00
binfmt/ and libs/libc: Make exepath_*() more common:
1. Move exepath_*() related code to libc/misc 1. Rename exepath_ to envpath_ 2. Rename BINFMT_EXEPATH to LIB_ENVPATH libs/libc/modlib: Add pre module library symbol table support
This commit is contained in:
@@ -200,7 +200,7 @@
|
||||
# define __SYS_posix_spawn __SYS_exec
|
||||
# endif
|
||||
# ifdef CONFIG_LIBC_EXECFUNCS
|
||||
# ifdef CONFIG_BINFMT_EXEPATH
|
||||
# ifdef CONFIG_LIB_ENVPATH
|
||||
# define SYS_posix_spawnp __SYS_posix_spawn
|
||||
# else
|
||||
# define SYS_posix_spawn __SYS_posix_spawn
|
||||
|
||||
Reference in New Issue
Block a user