mirror of
https://github.com/apache/nuttx.git
synced 2026-08-20 23:49:05 +08:00
Revert "Exec: Support run exec in current task"
This reverts commit 670c245ff2.
This commit is contained in:
committed by
Petro Karashchenko
parent
b1bbbfa084
commit
1b97c05ab5
@@ -270,8 +270,7 @@ int unload_module(FAR struct binary_s *bin);
|
||||
int exec_module(FAR struct binary_s *binp,
|
||||
FAR const char *filename, FAR char * const *argv,
|
||||
FAR char * const *envp,
|
||||
FAR const posix_spawn_file_actions_t *actions,
|
||||
bool spawn);
|
||||
FAR const posix_spawn_file_actions_t *actions);
|
||||
|
||||
/****************************************************************************
|
||||
* Name: exec
|
||||
|
||||
Reference in New Issue
Block a user