Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lxc
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
lxc
Commits
f1e56364
Commit
f1e56364
authored
Oct 30, 2018
by
Josh Soref
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
spelling: asynchronous
Signed-off-by:
Josh Soref
<
jsoref@gmail.com
>
parent
3b034c39
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
terminal.h
src/lxc/terminal.h
+1
-1
No files found.
src/lxc/terminal.h
View file @
f1e56364
...
@@ -250,7 +250,7 @@ extern void lxc_terminal_winsz(int srcfd, int dstfd);
...
@@ -250,7 +250,7 @@ extern void lxc_terminal_winsz(int srcfd, int dstfd);
* Must be called with process_lock held to protect the lxc_ttys list, or from
* Must be called with process_lock held to protect the lxc_ttys list, or from
* a non-threaded context.
* a non-threaded context.
*
*
* Note that the signal handler isn't installed as a classic asychronous
* Note that the signal handler isn't installed as a classic asy
n
chronous
* handler, rather signalfd(2) is used so that we can handle the signal when
* handler, rather signalfd(2) is used so that we can handle the signal when
* we're ready for it. This avoids deadlocks since a signal handler (ie
* we're ready for it. This avoids deadlocks since a signal handler (ie
* lxc_terminal_sigwinch()) would need to take the thread mutex to prevent
* lxc_terminal_sigwinch()) would need to take the thread mutex to prevent
...
...
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