diff options
author | Andreas Kling <awesomekling@gmail.com> | 2018-11-11 15:36:40 +0100 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2018-11-11 15:38:07 +0100 |
commit | d5d45d1088d28b7640bcc3013810b38c702c3933 (patch) | |
tree | 2e9ae7ce429b12cf993dd9adb26965e9d46d305d /LibC/termios.h | |
parent | 9b70808ab562415e1ce1510fc27c003cc193213e (diff) | |
download | serenity-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.h | 1 |
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 |