Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
02e55c81
Commit
02e55c81
authored
Sep 29, 2004
by
Linus Torvalds
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix up tty locking update for sgttyb emulation (TIOCGETP and TIOCSETP).
parent
a45e497b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
drivers/char/tty_ioctl.c
drivers/char/tty_ioctl.c
+1
-0
No files found.
drivers/char/tty_ioctl.c
View file @
02e55c81
...
...
@@ -293,6 +293,7 @@ static int set_sgttyb(struct tty_struct * tty, struct sgttyb __user * sgttyb)
int
retval
;
struct
sgttyb
tmp
;
struct
termios
termios
;
unsigned
long
flags
;
retval
=
tty_check_change
(
tty
);
if
(
retval
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment