projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
874d8ce
)
linux-user: fix comment s/atomic_write/atomic_set/
author
Emilio G. Cota
<cota@braap.org>
Sat, 11 Aug 2018 21:10:11 +0000
(17:10 -0400)
committer
Laurent Vivier
<laurent@vivier.eu>
Fri, 26 Oct 2018 15:17:32 +0000
(17:17 +0200)
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>
linux-user/qemu.h
patch
|
blob
|
history
diff --git
a/linux-user/qemu.h
b/linux-user/qemu.h
index 1beb6a2cfc4c4a9b5064283be2ab067bfc64f044..dde3f26f5abc438219c148558693045f021294a5 100644
(file)
--- a/
linux-user/qemu.h
+++ b/
linux-user/qemu.h
@@
-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;