mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-18 12:16:31 +00:00
add ipc pipe (#28)
This commit is contained in:
@ -213,3 +213,4 @@ extern struct mm_struct initial_mm;
|
||||
extern struct thread_struct initial_thread;
|
||||
extern union proc_union initial_proc_union;
|
||||
extern struct process_control_block *initial_proc[MAX_CPU_NUM];
|
||||
int process_fd_alloc(struct vfs_file_t *file);
|
||||
|
Reference in New Issue
Block a user