mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 09:18:00 +08:00
sched: Don't duplicate caller file handler when creating kernel thread
kernel thread should have only the starndard file i/o just like idle thread Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
committed by
Masayuki Ishikawa
parent
d48946063a
commit
5c5f1dec08
@@ -759,7 +759,8 @@ void files_releaselist(FAR struct filelist *list);
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
int files_duplist(FAR struct filelist *plist, FAR struct filelist *clist);
|
||||
int files_duplist(FAR struct filelist *plist,
|
||||
FAR struct filelist *clist, bool stdio_only);
|
||||
|
||||
/****************************************************************************
|
||||
* Name: file_dup
|
||||
|
||||
Reference in New Issue
Block a user