diff options
Diffstat (limited to 'src/kernel/pipe.h')
-rw-r--r-- | src/kernel/pipe.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/kernel/pipe.h b/src/kernel/pipe.h index 2a90738..bcdfb86 100644 --- a/src/kernel/pipe.h +++ b/src/kernel/pipe.h @@ -3,7 +3,6 @@ #include <stdbool.h> /* eventually transitions to PS_RUNNING */ -void pipe_joinqueue(struct handle *h, bool wants_write, - struct process *proc, void __user *pbuf, size_t pbuflen); +void pipe_joinqueue(struct handle *h, struct process *proc, void __user *pbuf, size_t pbuflen); void pipe_invalidate_end(struct handle *h); |