From 763f85c55fdb5a2c4f5bf98e4989a69d27da6e4f Mon Sep 17 00:00:00 2001 From: Miguel Date: Thu, 20 Sep 2018 10:46:00 +0200 Subject: pipes do not work :( --- fs/fd.h | 1 + 1 file changed, 1 insertion(+) (limited to 'fs/fd.h') diff --git a/fs/fd.h b/fs/fd.h index c9b7fd8..64a53ed 100644 --- a/fs/fd.h +++ b/fs/fd.h @@ -38,5 +38,6 @@ bool fd_close(fd*); fd fd_from_fifo(fifo* f); fd fd_from_path(char *path); fd fd_from_sysfs(void(*g)(ringbuffer *r,void (*f)(ringbuffer *r,char *fmt, ...)),void(*h)(uint32_t in)); +int fds_from_pipe(fd pipefds[2]); #endif -- cgit v1.2.3