http://git.etherboot.org
/
gpxe.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Keep HTTP progress updated, and display a progress indicator during the
[gpxe.git]
/
src
/
core
/
download.c
diff --git
a/src/core/download.c
b/src/core/download.c
index
bc89012
..
4522bf2
100644
(file)
--- a/
src/core/download.c
+++ b/
src/core/download.c
@@
-170,6
+170,7
@@
static void download_reap ( struct async *async ) {
static struct async_operations download_async_operations = {
.reap = download_reap,
.signal = {
- [SIGCHLD] = download_sigchld,
+ [SIGCHLD] = download_sigchld,
+ [SIGUPDATE] = SIG_IGN,
},
};