Skip to content

Commit

Permalink
Merge upstream 636a35c (fix tiocgpgrp for pty master)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Miller committed Nov 10, 2023
1 parent dc6f8a6 commit cd12b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/tty.h
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ struct tty {
// A flag is a marker indicating the end of a canonical mode input. Flags
// are created by EOL and EOF characters. You can't backspace past a flag.
bool buf_flag[TTY_BUF_SIZE];
size_t bufsize;
dword_t bufsize;
uint8_t packet_flags;
cond_t produced;
cond_t consumed;
Expand Down

0 comments on commit cd12b23

Please sign in to comment.