summaryrefslogtreecommitdiff
path: root/LibC/termios.h
diff options
context:
space:
mode:
authorAndreas Kling <awesomekling@gmail.com>2018-11-11 15:36:40 +0100
committerAndreas Kling <awesomekling@gmail.com>2018-11-11 15:38:07 +0100
commitd5d45d1088d28b7640bcc3013810b38c702c3933 (patch)
tree2e9ae7ce429b12cf993dd9adb26965e9d46d305d /LibC/termios.h
parent9b70808ab562415e1ce1510fc27c003cc193213e (diff)
downloadserenity-d5d45d1088d28b7640bcc3013810b38c702c3933.zip
Rage hacking to get bash to run. It finally runs. So cool! :^)
Diffstat (limited to 'LibC/termios.h')
-rw-r--r--LibC/termios.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/LibC/termios.h b/LibC/termios.h
index e35dc6cfff..364df493b2 100644
--- a/LibC/termios.h
+++ b/LibC/termios.h
@@ -20,6 +20,7 @@ struct termios {
int tcgetattr(int fd, struct termios*);
int tcsetattr(int fd, int optional_actions, const struct termios*);
+int tcflow(int fd, int action);
/* c_cc characters */
#define VINTR 0