Revert "Exec: Support run exec in current task"

This reverts commit 670c245ff2.
This commit is contained in:
Masayuki Ishikawa
2023-09-16 07:22:32 +03:00
committed by Petro Karashchenko
parent b1bbbfa084
commit 1b97c05ab5
5 changed files with 10 additions and 154 deletions
+1 -2
View File
@@ -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