mirror of
https://github.com/mirror/make.git
synced 2025-02-02 07:40:12 +08:00
Formerly job.c.~88~
This commit is contained in:
parent
99369403b7
commit
5a4ab813f0
2
job.c
2
job.c
@ -757,7 +757,7 @@ load_too_high ()
|
||||
static int lossage = 0;
|
||||
/* Complain only once for the same error. */
|
||||
if (lossage == 0 || errno != lossage)
|
||||
perror_with_name ("cannot enforce load limit", "getloadavg");
|
||||
perror_with_name ("cannot enforce load limit: ", "getloadavg");
|
||||
lossage = errno;
|
||||
load = 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user