feature: support ipc copy fd to process

This commit is contained in:
zhOu
2021-05-08 14:24:12 +08:00
committed by z00427224
parent 6012acb509
commit f76fa4a344
4 changed files with 201 additions and 6 deletions

View File

@@ -64,6 +64,8 @@ typedef struct ProcessCB LosProcessCB;
void files_refer(int fd);
int files_close_internal(int fd, LosProcessCB *processCB);
struct files_struct *dup_fd(struct files_struct *oldf);
struct files_struct *alloc_files(void);