!218 fix: console compile bug fix

Merge pull request !218 from MGY917/master
This commit is contained in:
openharmony_ci 2021-05-07 12:52:39 +08:00 committed by Gitee
commit 6012acb509
1 changed files with 2 additions and 2 deletions

View File

@ -85,11 +85,11 @@ typedef struct {
CHAR *name;
INT32 fd;
UINT32 refCount;
UINT32 shellEntryId;
INT32 pgrpId;
BOOL isNonBlock;
#ifdef LOSCFG_SHELL
UINT32 shellEntryId;
VOID *shellHandle;
INT32 pgrpId;
#endif
UINT32 sendTaskID;
CirBufSendCB *cirBufSendCB;