mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-27 04:13:53 -06:00
linux-user: fix comment s/atomic_write/atomic_set/
Signed-off-by: Emilio G. Cota <cota@braap.org> Message-Id: <20180811211011.6277-1-cota@braap.org> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
This commit is contained in:
parent
874d8ce831
commit
83f164bd5a
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ typedef struct TaskState {
|
|||
/* Nonzero if process_pending_signals() needs to do something (either
|
||||
* handle a pending signal or unblock signals).
|
||||
* This flag is written from a signal handler so should be accessed via
|
||||
* the atomic_read() and atomic_write() functions. (It is not accessed
|
||||
* the atomic_read() and atomic_set() functions. (It is not accessed
|
||||
* from multiple threads.)
|
||||
*/
|
||||
int signal_pending;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue