mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 09:18:00 +08:00
Revert "sched: Don't duplicate caller file handler when creating kernel thread"
since the temporary kernel spawn proxy need duplicate file handler
from caller, please reference the follow source code for more info:
sched/task/task_posixspawn.c
sched/task/task_spawn.c
This reverts commit 5c5f1dec08.
This commit is contained in:
committed by
Petro Karashchenko
parent
7b366114c9
commit
ddde41018a
@@ -759,8 +759,7 @@ void files_releaselist(FAR struct filelist *list);
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
int files_duplist(FAR struct filelist *plist,
|
||||
FAR struct filelist *clist, bool stdio_only);
|
||||
int files_duplist(FAR struct filelist *plist, FAR struct filelist *clist);
|
||||
|
||||
/****************************************************************************
|
||||
* Name: file_dup
|
||||
|
||||
Reference in New Issue
Block a user