Add mknod() and named pipes
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
struct ofile;
|
||||
struct vnode;
|
||||
|
||||
int pipe_create(struct ofile **read, struct ofile **write);
|
||||
int pipe_fifo_create(struct vnode *res);
|
||||
|
||||
Reference in New Issue
Block a user