summaryrefslogtreecommitdiff
path: root/fs/stdstreams.h
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-09-20 20:51:57 +0200
committerMiguel <m.i@gmx.at>2018-09-20 20:51:57 +0200
commitaeefdb37d1fc1c0eb7953b9c196cab09460bc167 (patch)
tree513789d7fd28b65afb594e9605975bd10ea06f74 /fs/stdstreams.h
parent763f85c55fdb5a2c4f5bf98e4989a69d27da6e4f (diff)
we are now prepared for piping with _pipe and _dup2
Diffstat (limited to 'fs/stdstreams.h')
-rw-r--r--fs/stdstreams.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/fs/stdstreams.h b/fs/stdstreams.h
new file mode 100644
index 0000000..06262c9
--- /dev/null
+++ b/fs/stdstreams.h
@@ -0,0 +1,5 @@
+#include "fd.h"
+
+fd fd_from_term();
+fd fd_from_fb_term();
+fd fd_from_ringbuffer();