[FS] Pipes
This commit is contained in:
@@ -46,6 +46,7 @@ SYSCALL_DECL(read);
|
||||
SYSCALL_DECL(write);
|
||||
SYSCALL_DECL(isatty);
|
||||
SYSCALL_DECL(seek);
|
||||
SYSCALL_DECL(pipe);
|
||||
|
||||
SYSCALL_DECL(brk);
|
||||
|
||||
|
||||
@@ -59,3 +59,4 @@ void fs_umount(const char *path);
|
||||
file_t *fs_namef(const char *path);
|
||||
|
||||
file_t debug_file;
|
||||
int pipe(file_t **reader, file_t **writer);
|
||||
|
||||
Reference in New Issue
Block a user