projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25e17a5
)
[Title] Modified mistype
author
don.hong
<don.hong@samsung.com>
Sun, 18 Mar 2012 15:42:03 +0000
(
00:42
+0900)
committer
don.hong
<don.hong@samsung.com>
Sun, 18 Mar 2012 15:42:03 +0000
(
00:42
+0900)
[Type] BugFix
[Module]
[Priority]
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]
main-loop.c
patch
|
blob
|
history
diff --git
a/main-loop.c
b/main-loop.c
index 5b967d9ff2ab8a3c0fdbf060e27c9f8781ffeb91..dd31c17763b071466cd1b3851fd73fcd99ce1e49 100644
(file)
--- a/
main-loop.c
+++ b/
main-loop.c
@@
-447,7
+447,7
@@
int main_loop_wait(int nonblocking)
slirp_select_fill(&nfds, &rfds, &wfds, &xfds);
#endif
qemu_iohandler_fill(&nfds, &rfds, &wfds, &xfds);
-#ifdef _WIN32
+#if
n
def _WIN32
glib_select_fill(&nfds, &rfds, &wfds, &xfds, &tv);
#endif // _WIN32